Searched refs:local_chan (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/jv/ |
D | bta_jv_api.cc | 362 void BTA_JvL2capStartServerLE(uint16_t local_chan, tBTA_JV_L2CAP_CBACK* p_cback, in BTA_JvL2capStartServerLE() argument 366 do_in_main_thread(FROM_HERE, Bind(&bta_jv_l2cap_start_server_le, local_chan, in BTA_JvL2capStartServerLE() 401 tBTA_JV_STATUS BTA_JvL2capStopServerLE(uint16_t local_chan, in BTA_JvL2capStopServerLE() argument 405 do_in_main_thread(FROM_HERE, Bind(&bta_jv_l2cap_stop_server_le, local_chan)); in BTA_JvL2capStopServerLE()
|
D | bta_jv_int.h | 190 extern void bta_jv_l2cap_start_server_le(uint16_t local_chan, 193 extern void bta_jv_l2cap_stop_server_le(uint16_t local_chan);
|
D | bta_jv_act.cc | 2182 void bta_jv_l2cap_stop_server_le(uint16_t local_chan) { in bta_jv_l2cap_stop_server_le() argument 2190 struct fc_channel* fcchan = fcchan_get(local_chan, false); in bta_jv_l2cap_stop_server_le() 2208 void bta_jv_l2cap_start_server_le(uint16_t local_chan, in bta_jv_l2cap_start_server_le() argument 2215 struct fc_client* t = fcclient_alloc(local_chan, true, NULL); in bta_jv_l2cap_start_server_le()
|
/system/bt/bta/include/ |
D | bta_jv_api.h | 599 void BTA_JvL2capStartServerLE(uint16_t local_chan, tBTA_JV_L2CAP_CBACK* p_cback, 613 tBTA_JV_STATUS BTA_JvL2capStopServerLE(uint16_t local_chan,
|