Home
last modified time | relevance | path

Searched refs:connect_int (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc292 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()
Dbtif_hf.cc780 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()
Dbtif_av.cc3434 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()