Home
last modified time | relevance | path

Searched refs:BTA_JvFreeChannel (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_l2cap.cc256 BTA_JvFreeChannel(sock->channel, BTA_JV_CONN_TYPE_L2CAP_LE); in btsock_l2cap_free_l()
268 BTA_JvFreeChannel(sock->channel, BTA_JV_CONN_TYPE_L2CAP_LE); in btsock_l2cap_free_l()
270 BTA_JvFreeChannel(sock->channel, BTA_JV_CONN_TYPE_L2CAP); in btsock_l2cap_free_l()
657 BTA_JvFreeChannel(sock->channel, BTA_JV_CONN_TYPE_L2CAP); in on_l2cap_close()
/system/bt/bta/include/
Dbta_jv_api.h459 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type);
/system/bt/bta/jv/
Dbta_jv_api.cc161 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type) { in BTA_JvFreeChannel() function