Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_jv_co.h44 extern int bta_co_rfc_data_incoming(uint32_t rfcomm_slot_id, BT_HDR* p_buf);
45 extern int bta_co_rfc_data_outgoing_size(uint32_t rfcomm_slot_id, int* size);
46 extern int bta_co_rfc_data_outgoing(uint32_t rfcomm_slot_id, uint8_t* buf,
Dbta_jv_api.h373 uint32_t rfcomm_slot_id);
477 uint32_t rfcomm_slot_id);
490 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id);
708 uint32_t rfcomm_slot_id);
720 tBTA_JV_STATUS BTA_JvRfcommClose(uint32_t handle, uint32_t rfcomm_slot_id);
740 uint32_t rfcomm_slot_id);
753 tBTA_JV_STATUS BTA_JvRfcommStopServer(uint32_t handle, uint32_t rfcomm_slot_id);
/system/bt/bta/jv/
Dbta_jv_int.h93 uint32_t rfcomm_slot_id; member
146 uint32_t rfcomm_slot_id);
150 uint32_t rfcomm_slot_id);
151 extern void bta_jv_create_record(uint32_t rfcomm_slot_id);
175 uint32_t rfcomm_slot_id);
176 extern void bta_jv_rfcomm_close(uint32_t handle, uint32_t rfcomm_slot_id);
180 uint32_t rfcomm_slot_id);
181 extern void bta_jv_rfcomm_stop_server(uint32_t handle, uint32_t rfcomm_slot_id);
Dbta_jv_api.cc183 uint32_t rfcomm_slot_id) { in BTA_JvStartDiscovery() argument
191 base::Owned(uuid_list_copy), rfcomm_slot_id)); in BTA_JvStartDiscovery()
207 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id) { in BTA_JvCreateRecordByUser() argument
210 do_in_main_thread(FROM_HERE, Bind(&bta_jv_create_record, rfcomm_slot_id)); in BTA_JvCreateRecordByUser()
539 uint32_t rfcomm_slot_id) { in BTA_JvRfcommConnect() argument
546 peer_bd_addr, p_cback, rfcomm_slot_id)); in BTA_JvRfcommConnect()
560 tBTA_JV_STATUS BTA_JvRfcommClose(uint32_t handle, uint32_t rfcomm_slot_id) { in BTA_JvRfcommClose() argument
571 Bind(&bta_jv_rfcomm_close, handle, rfcomm_slot_id)); in BTA_JvRfcommClose()
593 uint32_t rfcomm_slot_id) { in BTA_JvRfcommStartServer() argument
607 max_session, p_cback, rfcomm_slot_id)); in BTA_JvRfcommStartServer()
[all …]
Dbta_jv_act.cc262 << ", user=" << p_pcb->rfcomm_slot_id << ", state=" << p_pcb->state in bta_jv_free_rfc_cb()
273 << ", user_data=" << p_pcb->rfcomm_slot_id; in bta_jv_free_rfc_cb()
279 << ", user_data=" << p_pcb->rfcomm_slot_id; in bta_jv_free_rfc_cb()
286 << ", user_data=" << p_pcb->rfcomm_slot_id; in bta_jv_free_rfc_cb()
291 << " user_data=" << p_pcb->rfcomm_slot_id; in bta_jv_free_rfc_cb()
298 << ", user_data=" << p_pcb->rfcomm_slot_id; in bta_jv_free_rfc_cb()
325 p_pcb->rfcomm_slot_id = 0; in bta_jv_free_rfc_cb()
652 uint32_t l2cap_socket_id, uint32_t rfcomm_slot_id) { in bta_jv_get_channel_id() argument
678 bta_jv_cb.p_dm_cback(BTA_JV_GET_SCN_EVT, &bta_jv, rfcomm_slot_id); in bta_jv_get_channel_id()
775 uint32_t rfcomm_slot_id) { in bta_jv_start_discovery() argument
[all …]
/system/bt/btif/src/
Dbtif_sock_rfc.cc118 uint32_t rfcomm_slot_id);
628 uint32_t rfcomm_slot_id) { in rfcomm_cback() argument
633 on_srv_rfc_listen_started(&p_data->rfc_start, rfcomm_slot_id); in rfcomm_cback()
637 on_cl_rfc_init(&p_data->rfc_cl_init, rfcomm_slot_id); in rfcomm_cback()
643 on_cli_rfc_connect(&p_data->rfc_open, rfcomm_slot_id); in rfcomm_cback()
649 id = on_srv_rfc_connect(&p_data->rfc_srv_open, rfcomm_slot_id); in rfcomm_cback()
654 rfcomm_slot_id); in rfcomm_cback()
655 on_rfc_close(&p_data->rfc_close, rfcomm_slot_id); in rfcomm_cback()
659 on_rfc_write_done(&p_data->rfc_write, rfcomm_slot_id); in rfcomm_cback()
663 on_rfc_outgoing_congest(&p_data->rfc_cong, rfcomm_slot_id); in rfcomm_cback()
[all …]