Home
last modified time | relevance | path

Searched refs:local_chan (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/jv/
Dbta_jv_api.cc362 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()
Dbta_jv_int.h190 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);
Dbta_jv_act.cc2182 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/
Dbta_jv_api.h599 void BTA_JvL2capStartServerLE(uint16_t local_chan, tBTA_JV_L2CAP_CBACK* p_cback,
613 tBTA_JV_STATUS BTA_JvL2capStopServerLE(uint16_t local_chan,