Searched defs:local_chan (Results 1 - 2 of 2) sorted by relevance

/system/bt/bta/jv/
H A Dbta_jv_api.cc362 void BTA_JvL2capStartServerLE(uint16_t local_chan, tBTA_JV_L2CAP_CBACK* p_cback, argument
366 do_in_bta_thread(FROM_HERE, Bind(&bta_jv_l2cap_start_server_le, local_chan,
401 tBTA_JV_STATUS BTA_JvL2capStopServerLE(uint16_t local_chan, argument
405 do_in_bta_thread(FROM_HERE, Bind(&bta_jv_l2cap_stop_server_le, local_chan));
H A Dbta_jv_act.cc2170 void bta_jv_l2cap_stop_server_le(uint16_t local_chan) { argument
2178 struct fc_channel* fcchan = fcchan_get(local_chan, false);
2196 void bta_jv_l2cap_start_server_le(uint16_t local_chan, argument
2203 struct fc_client* t = fcclient_alloc(local_chan, true, NULL);

Completed in 75 milliseconds