Searched refs:local_chan (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/jv/ |
D | bta_jv_api.c | 554 const tL2CAP_ERTM_INFO *ertm_info,UINT16 local_chan, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capStartServerLE() argument 568 p_msg->local_chan = local_chan; in BTA_JvL2capStartServerLE() 632 tBTA_JV_STATUS BTA_JvL2capStopServerLE(UINT16 local_chan, void *user_data) in BTA_JvL2capStopServerLE() argument 642 p_msg->local_chan = local_chan; in BTA_JvL2capStopServerLE()
|
D | bta_jv_int.h | 191 UINT16 local_chan; member
|
D | bta_jv_act.c | 2660 fcchan = fcchan_get(ls->local_chan, FALSE); in bta_jv_l2cap_stop_server_le() 2698 t = fcclient_alloc(ss->local_chan, TRUE, NULL); in bta_jv_l2cap_start_server_le()
|
/system/bt/bta/include/ |
D | bta_jv_api.h | 659 UINT16 local_chan, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, 673 extern tBTA_JV_STATUS BTA_JvL2capStopServerLE(UINT16 local_chan, void *user_data);
|