Searched refs:sdp_client_query_rfcomm_channel_and_name_for_uuid (Results 1 – 7 of 7) sorted by relevance
/btstack/test/sdp_client/ |
H A D | sdp_rfcomm_query.cpp | 124 sdp_client_query_rfcomm_channel_and_name_for_uuid(&handle_query_rfcomm_event, address, 0x1234); in TEST() 150 sdp_client_query_rfcomm_channel_and_name_for_uuid(&handle_query_rfcomm_event, address, 0x1234); in TEST()
|
/btstack/src/classic/ |
H A D | sdp_client_rfcomm.h | 63 …uint8_t sdp_client_query_rfcomm_channel_and_name_for_uuid(btstack_packet_handler_t callback, bd_ad…
|
H A D | sdp_client_rfcomm.c | 390 uint8_t sdp_client_query_rfcomm_channel_and_name_for_uuid(btstack_packet_handler_t callback, bd_add… in sdp_client_query_rfcomm_channel_and_name_for_uuid() function
|
/btstack/example/ |
H A D | sdp_rfcomm_query.c | 80 …sdp_client_query_rfcomm_channel_and_name_for_uuid(&handle_query_rfcomm_event, remote, BLUETOOTH_AT… in handle_start_sdp_client_query()
|
H A D | spp_streamer_client.c | 233 …sdp_client_query_rfcomm_channel_and_name_for_uuid(&handle_query_rfcomm_event, peer_addr, BLUETOOTH… in handle_start_sdp_client_query()
|
/btstack/tool/migration_to_v1.0/ |
H A D | migration.cocci | 178 - sdp_client_query_rfcomm_channel_and_name_for_uuid(E1, E2) 179 + sdp_client_query_rfcomm_channel_and_name_for_uuid(sdp_client_callback, E1, E2)
|
/btstack/doc/manual/docs-template/ |
H A D | protocols.md | 689 sdp_client_query_rfcomm_channel_and_name_for_uuid(remote, 0x0003);
|