Home
last modified time | relevance | path

Searched refs:rfcomm_slot_id (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_api.cc164 uint32_t rfcomm_slot_id) { in BTA_JvStartDiscovery() argument
166 rfcomm_slot_id, num_uuid); in BTA_JvStartDiscovery()
173 base::Owned(uuid_list_copy), rfcomm_slot_id)); in BTA_JvStartDiscovery()
189 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id) { in BTA_JvCreateRecordByUser() argument
190 log::verbose("rfcomm_slot_id: {}", rfcomm_slot_id); in BTA_JvCreateRecordByUser()
192 do_in_main_thread(FROM_HERE, Bind(&bta_jv_create_record, rfcomm_slot_id)); in BTA_JvCreateRecordByUser()
426 uint32_t rfcomm_slot_id) { in BTA_JvRfcommConnect() argument
428 peer_bd_addr, rfcomm_slot_id); in BTA_JvRfcommConnect()
434 peer_bd_addr, p_cback, rfcomm_slot_id)); in BTA_JvRfcommConnect()
448 tBTA_JV_STATUS BTA_JvRfcommClose(uint32_t handle, uint32_t rfcomm_slot_id) { in BTA_JvRfcommClose() argument
[all …]
Dbta_jv_act.cc308 p_cb->max_sess, p_cb->curr_sess, fmt::ptr(p_pcb), p_pcb->rfcomm_slot_id, in bta_jv_free_rfc_cb()
318 p_pcb->state, p_cb->scn, fmt::ptr(p_pcb), p_pcb->rfcomm_slot_id); in bta_jv_free_rfc_cb()
324 p_pcb->rfcomm_slot_id); in bta_jv_free_rfc_cb()
331 p_cb->scn, p_pcb->rfcomm_slot_id); in bta_jv_free_rfc_cb()
336 p_pcb->rfcomm_slot_id); in bta_jv_free_rfc_cb()
343 p_pcb->port_handle, p_pcb->rfcomm_slot_id); in bta_jv_free_rfc_cb()
370 p_pcb->rfcomm_slot_id = 0; in bta_jv_free_rfc_cb()
718 uint32_t l2cap_socket_id, uint32_t rfcomm_slot_id) { in bta_jv_get_channel_id() argument
739 bta_jv_cb.p_dm_cback(BTA_JV_GET_SCN_EVT, &bta_jv, 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() argument
[all …]
Dbta_jv_int.h96 uint32_t rfcomm_slot_id; member
149 uint32_t l2cap_socket_id, uint32_t rfcomm_slot_id);
153 uint32_t rfcomm_slot_id);
154 void bta_jv_create_record(uint32_t rfcomm_slot_id);
176 uint32_t rfcomm_slot_id);
177 void bta_jv_rfcomm_close(uint32_t handle, uint32_t rfcomm_slot_id);
181 uint32_t rfcomm_slot_id);
182 void bta_jv_rfcomm_stop_server(uint32_t handle, uint32_t rfcomm_slot_id);
/packages/modules/Bluetooth/system/bta/include/
Dbta_jv_co.h46 int bta_co_rfc_data_incoming(uint32_t rfcomm_slot_id, BT_HDR* p_buf);
47 int bta_co_rfc_data_outgoing_size(uint32_t rfcomm_slot_id, int* size);
48 int bta_co_rfc_data_outgoing(uint32_t rfcomm_slot_id, uint8_t* buf,
Dbta_jv_api.h439 uint32_t rfcomm_slot_id);
524 uint32_t rfcomm_slot_id);
537 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id);
680 uint32_t rfcomm_slot_id);
692 tBTA_JV_STATUS BTA_JvRfcommClose(uint32_t handle, uint32_t rfcomm_slot_id);
712 uint32_t rfcomm_slot_id);
725 tBTA_JV_STATUS BTA_JvRfcommStopServer(uint32_t handle, uint32_t rfcomm_slot_id);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc104 uint32_t rfcomm_slot_id);
687 uint32_t rfcomm_slot_id) { in rfcomm_cback() argument
693 rfcomm_slot_id); in rfcomm_cback()
694 on_srv_rfc_listen_started(&p_data->rfc_start, rfcomm_slot_id); in rfcomm_cback()
699 rfcomm_slot_id); in rfcomm_cback()
700 on_cl_rfc_init(&p_data->rfc_cl_init, rfcomm_slot_id); in rfcomm_cback()
705 rfcomm_slot_id); in rfcomm_cback()
708 on_cli_rfc_connect(&p_data->rfc_open, rfcomm_slot_id); in rfcomm_cback()
713 rfcomm_slot_id); in rfcomm_cback()
716 id = on_srv_rfc_connect(&p_data->rfc_srv_open, rfcomm_slot_id); in rfcomm_cback()
[all …]
/packages/modules/Bluetooth/system/bta/test/
Dbta_jv_test.cc45 void bta_jv_start_discovery_cback(uint32_t rfcomm_slot_id,