Home
last modified time | relevance | path

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

/system/bt/bta/pan/
Dbta_pan_api.cc168 void BTA_PanClose(uint16_t handle) { in BTA_PanClose() function
191 void BTA_PanClose(UNUSED_ATTR uint16_t handle) {} in BTA_PanClose() function
/system/bt/bta/include/
Dbta_pan_api.h177 extern void BTA_PanClose(uint16_t handle);
/system/bt/btif/src/
Dbtif_pan.cc262 BTA_PanClose(conn->handle); in btpan_disconnect()
757 if (btpan_cb.conns[i].handle != -1) BTA_PanClose(btpan_cb.conns[i].handle); in btif_pan_close_all_conns()