Searched defs:remote (Results 1 – 13 of 13) sorted by relevance
/btstack/src/classic/ |
H A D | sdp_client_rfcomm.c | 382 static uint8_t sdp_client_query_rfcomm(btstack_packet_handler_t callback, bd_addr_t remote, const u… in sdp_client_query_rfcomm() 390 …rfcomm_channel_and_name_for_uuid(btstack_packet_handler_t callback, bd_addr_t remote, uint16_t uui… in sdp_client_query_rfcomm_channel_and_name_for_uuid() 396 …_and_name_for_service_class_uuid(btstack_packet_handler_t callback, bd_addr_t remote, uint16_t uui… in sdp_client_query_rfcomm_channel_and_name_for_service_class_uuid() 403 …omm_channel_and_name_for_uuid128(btstack_packet_handler_t callback, bd_addr_t remote, const uint8_… in sdp_client_query_rfcomm_channel_and_name_for_uuid128() 409 …nnel_and_name_for_search_pattern(btstack_packet_handler_t callback, bd_addr_t remote, const uint8_… in sdp_client_query_rfcomm_channel_and_name_for_search_pattern()
|
H A D | sdp_client.c | 747 uint8_t sdp_client_query(btstack_packet_handler_t callback, bd_addr_t remote, const uint8_t * des_s… in sdp_client_query() 760 uint8_t sdp_client_query_uuid16(btstack_packet_handler_t callback, bd_addr_t remote, uint16_t uuid){ in sdp_client_query_uuid16() 765 uint8_t sdp_client_query_uuid128(btstack_packet_handler_t callback, bd_addr_t remote, const uint8_t… in sdp_client_query_uuid128() 771 uint8_t sdp_client_service_attribute_search(btstack_packet_handler_t callback, bd_addr_t remote, ui… in sdp_client_service_attribute_search() 785 uint8_t sdp_client_service_search(btstack_packet_handler_t callback, bd_addr_t remote, const uint8_… in sdp_client_service_search()
|
H A D | avdtp_sink.c | 122 uint8_t avdtp_sink_connect(bd_addr_t remote, uint16_t * avdtp_cid){ in avdtp_sink_connect()
|
H A D | avdtp_source.c | 105 uint8_t avdtp_source_connect(bd_addr_t remote, uint16_t * avdtp_cid){ in avdtp_source_connect()
|
H A D | avdtp.c | 344 uint8_t avdtp_connect(bd_addr_t remote, avdtp_role_t role, uint16_t * avdtp_cid){ in avdtp_connect()
|
H A D | rfcomm.c | 309 static void rfcomm_emit_port_configuration(rfcomm_channel_t *channel, bool remote) { in rfcomm_emit_port_configuration()
|
/btstack/test/hfp/ |
H A D | mock.c | 244 …_and_name_for_service_class_uuid(btstack_packet_handler_t callback, bd_addr_t remote, uint16_t uui… in sdp_client_query_rfcomm_channel_and_name_for_service_class_uuid() 308 …nnel_and_name_for_search_pattern(btstack_packet_handler_t callback, bd_addr_t remote, const uint8_… in sdp_client_query_rfcomm_channel_and_name_for_search_pattern()
|
/btstack/example/ |
H A D | sdp_rfcomm_query.c | 66 static bd_addr_t remote = {0x84, 0x38, 0x35, 0x65, 0xD1, 0x15}; variable
|
H A D | sdp_bnep_query.c | 64 static bd_addr_t remote = {0x04,0x0C,0xCE,0xE4,0x85,0xD3}; variable
|
/btstack/platform/daemon/binding/java/example/com/bluekitchen/ |
H A D | SPPStreamerClient.java | 48 private BD_ADDR remote; field in SPPStreamerClient
|
/btstack/test/le_audio/ |
H A D | le_audio_unicast_gateway.c | 82 static bd_addr_t remote; variable
|
H A D | le_audio_broadcast_sink.c | 150 static bd_addr_t remote; variable
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | ipcp.c | 450 u32_t local, remote; local
|