Home
last modified time | relevance | path

Searched defs:rfcomm_slot_id (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_api.cc164 uint32_t rfcomm_slot_id) { in BTA_JvStartDiscovery()
189 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id) { in BTA_JvCreateRecordByUser()
426 uint32_t rfcomm_slot_id) { in BTA_JvRfcommConnect()
448 tBTA_JV_STATUS BTA_JvRfcommClose(uint32_t handle, uint32_t rfcomm_slot_id) { in BTA_JvRfcommClose()
481 uint32_t rfcomm_slot_id) { in BTA_JvRfcommStartServer()
510 uint32_t rfcomm_slot_id) { in BTA_JvRfcommStopServer()
Dbta_jv_act.cc718 uint32_t l2cap_socket_id, uint32_t rfcomm_slot_id) { in bta_jv_get_channel_id()
795 static void bta_jv_start_discovery_cback(uint32_t rfcomm_slot_id, in bta_jv_start_discovery_cback()
863 uint32_t rfcomm_slot_id) { in bta_jv_start_discovery()
930 void bta_jv_create_record(uint32_t rfcomm_slot_id) { in bta_jv_create_record()
1470 uint32_t rfcomm_slot_id) { in bta_jv_rfcomm_connect()
1548 static int find_rfc_pcb(uint32_t rfcomm_slot_id, tBTA_JV_RFC_CB** cb, in find_rfc_pcb()
1571 void bta_jv_rfcomm_close(uint32_t handle, uint32_t rfcomm_slot_id) { in bta_jv_rfcomm_close()
1609 uint32_t rfcomm_slot_id = p_pcb->rfcomm_slot_id; in bta_jv_port_mgmt_sr_cback() local
1815 uint32_t rfcomm_slot_id) { in bta_jv_rfcomm_start_server()
1888 void bta_jv_rfcomm_stop_server(uint32_t handle, uint32_t rfcomm_slot_id) { in bta_jv_rfcomm_stop_server()
[all …]
Dbta_jv_int.h96 uint32_t rfcomm_slot_id; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc687 uint32_t rfcomm_slot_id) { in rfcomm_cback()