Searched refs:connect_int (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hf_client.cc | 292 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t /*uuid*/) { in connect_int() function 318 return btif_queue_connect(UUID_SERVCLASS_HF_HANDSFREE, bd_addr, connect_int); in connect()
|
D | btif_hf.cc | 780 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t /*uuid*/) { in connect_int() function 944 return btif_queue_connect(UUID_SERVCLASS_AG_HANDSFREE, bd_addr, connect_int); in Connect()
|
D | btif_av.cc | 3434 static bt_status_t connect_int(RawAddress* peer_address, uint16_t uuid) { in connect_int() function 3517 return btif_queue_connect(UUID_SERVCLASS_AUDIO_SOURCE, &peer_address_copy, connect_int); in btif_av_source_connect() 3529 return btif_queue_connect(UUID_SERVCLASS_AUDIO_SINK, &peer_address_copy, connect_int); in btif_av_sink_connect()
|