Home
last modified time | relevance | path

Searched refs:set_path_offset (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Dpbap_client.c816 path_element_start = pbap_client->set_path_offset; in pbap_handle_can_send_now()
817 while ((pbap_client->current_folder[pbap_client->set_path_offset] != '\0') && in pbap_handle_can_send_now()
818 (pbap_client->current_folder[pbap_client->set_path_offset] != '/')){ in pbap_handle_can_send_now()
819 pbap_client->set_path_offset++; in pbap_handle_can_send_now()
821 path_element_len = pbap_client->set_path_offset-path_element_start; in pbap_handle_can_send_now()
825 if (pbap_client->current_folder[pbap_client->set_path_offset] == '/'){ in pbap_handle_can_send_now()
826 pbap_client->set_path_offset++; in pbap_handle_can_send_now()
931 if (client->current_folder[client->set_path_offset]) { in pbap_packet_handler_goep()
1207 pbap_client->set_path_offset = 0; in pbap_set_phonebook()
H A Dpbap_client.h150 uint16_t set_path_offset; member