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

/system/bt/bta/pan/
H A Dbta_pan_api.cc160 * Function BTA_PanClose
168 void BTA_PanClose(uint16_t handle) { function
191 void BTA_PanClose(UNUSED_ATTR uint16_t handle) {} function
/system/bt/bta/include/
H A Dbta_pan_api.h169 * Function BTA_PanClose
177 extern void BTA_PanClose(uint16_t handle);
/system/bt/btif/src/
H A Dbtif_pan.cc260 BTA_PanClose(conn->handle);
755 if (btpan_cb.conns[i].handle != -1) BTA_PanClose(btpan_cb.conns[i].handle);

Completed in 72 milliseconds