Searched refs:rfcomm_slot_id (Results 1 – 7 of 7) sorted by relevance
/system/bt/bta/include/ |
D | bta_jv_co.h | 46 extern int bta_co_rfc_data_incoming(uint32_t rfcomm_slot_id, BT_HDR* p_buf); 47 extern int bta_co_rfc_data_outgoing_size(uint32_t rfcomm_slot_id, int* size); 48 extern int bta_co_rfc_data_outgoing(uint32_t rfcomm_slot_id, uint8_t* buf,
|
D | bta_jv_api.h | 360 uint32_t rfcomm_slot_id); 452 uint32_t rfcomm_slot_id); 465 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id); 609 uint32_t rfcomm_slot_id); 621 tBTA_JV_STATUS BTA_JvRfcommClose(uint32_t handle, uint32_t rfcomm_slot_id); 641 uint32_t rfcomm_slot_id); 654 tBTA_JV_STATUS BTA_JvRfcommStopServer(uint32_t handle, uint32_t rfcomm_slot_id);
|
/system/bt/bta/jv/ |
D | bta_jv_int.h | 91 uint32_t rfcomm_slot_id; member 148 uint32_t rfcomm_slot_id); 152 uint32_t rfcomm_slot_id); 153 extern void bta_jv_create_record(uint32_t rfcomm_slot_id); 176 uint32_t rfcomm_slot_id); 177 extern void bta_jv_rfcomm_close(uint32_t handle, uint32_t rfcomm_slot_id); 181 uint32_t rfcomm_slot_id); 182 extern void bta_jv_rfcomm_stop_server(uint32_t handle, uint32_t rfcomm_slot_id);
|
D | bta_jv_api.cc | 163 uint32_t rfcomm_slot_id) { in BTA_JvStartDiscovery() argument 171 base::Owned(uuid_list_copy), rfcomm_slot_id)); in BTA_JvStartDiscovery() 187 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id) { in BTA_JvCreateRecordByUser() argument 190 do_in_main_thread(FROM_HERE, Bind(&bta_jv_create_record, rfcomm_slot_id)); in BTA_JvCreateRecordByUser() 419 uint32_t rfcomm_slot_id) { in BTA_JvRfcommConnect() argument 426 peer_bd_addr, p_cback, rfcomm_slot_id)); in BTA_JvRfcommConnect() 440 tBTA_JV_STATUS BTA_JvRfcommClose(uint32_t handle, uint32_t rfcomm_slot_id) { in BTA_JvRfcommClose() argument 451 Bind(&bta_jv_rfcomm_close, handle, rfcomm_slot_id)); in BTA_JvRfcommClose() 473 uint32_t rfcomm_slot_id) { in BTA_JvRfcommStartServer() argument 487 max_session, p_cback, rfcomm_slot_id)); in BTA_JvRfcommStartServer() [all …]
|
D | bta_jv_act.cc | 220 << ", user=" << p_pcb->rfcomm_slot_id << ", state=" << p_pcb->state in bta_jv_free_rfc_cb() 231 << ", user_data=" << p_pcb->rfcomm_slot_id; in bta_jv_free_rfc_cb() 237 << ", user_data=" << p_pcb->rfcomm_slot_id; in bta_jv_free_rfc_cb() 244 << ", user_data=" << p_pcb->rfcomm_slot_id; in bta_jv_free_rfc_cb() 249 << " user_data=" << p_pcb->rfcomm_slot_id; in bta_jv_free_rfc_cb() 256 << ", user_data=" << p_pcb->rfcomm_slot_id; in bta_jv_free_rfc_cb() 283 p_pcb->rfcomm_slot_id = 0; in bta_jv_free_rfc_cb() 635 uint32_t l2cap_socket_id, uint32_t rfcomm_slot_id) { in bta_jv_get_channel_id() argument 661 bta_jv_cb.p_dm_cback(BTA_JV_GET_SCN_EVT, &bta_jv, rfcomm_slot_id); in bta_jv_get_channel_id() 758 uint32_t rfcomm_slot_id) { in bta_jv_start_discovery() argument [all …]
|
/system/bt/test/mock/ |
D | mock_bta_jv_api.cc | 43 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id) { in BTA_JvCreateRecordByUser() argument 82 tBTA_JV_STATUS BTA_JvRfcommClose(uint32_t handle, uint32_t rfcomm_slot_id) { in BTA_JvRfcommClose() argument 90 uint32_t rfcomm_slot_id) { in BTA_JvRfcommConnect() argument 97 uint32_t rfcomm_slot_id) { in BTA_JvRfcommStartServer() argument 102 uint32_t rfcomm_slot_id) { in BTA_JvRfcommStopServer() argument 118 uint32_t rfcomm_slot_id) { in BTA_JvStartDiscovery() argument
|
/system/bt/btif/src/ |
D | btif_sock_rfc.cc | 105 uint32_t rfcomm_slot_id); 609 uint32_t rfcomm_slot_id) { in rfcomm_cback() argument 614 on_srv_rfc_listen_started(&p_data->rfc_start, rfcomm_slot_id); in rfcomm_cback() 618 on_cl_rfc_init(&p_data->rfc_cl_init, rfcomm_slot_id); in rfcomm_cback() 624 on_cli_rfc_connect(&p_data->rfc_open, rfcomm_slot_id); in rfcomm_cback() 630 id = on_srv_rfc_connect(&p_data->rfc_srv_open, rfcomm_slot_id); in rfcomm_cback() 635 rfcomm_slot_id); in rfcomm_cback() 636 on_rfc_close(&p_data->rfc_close, rfcomm_slot_id); in rfcomm_cback() 640 on_rfc_write_done(&p_data->rfc_write, rfcomm_slot_id); in rfcomm_cback() 644 on_rfc_outgoing_congest(&p_data->rfc_cong, rfcomm_slot_id); in rfcomm_cback() [all …]
|