Home
last modified time | relevance | path

Searched defs:BTA_PanClose (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/pan/
Dbta_pan_api.cc159 void BTA_PanClose(uint16_t handle) { in BTA_PanClose() function
184 void BTA_PanClose(UNUSED_ATTR uint16_t handle) {} in BTA_PanClose() function
/system/bt/test/mock/
Dmock_bta_pan_api.cc36 void BTA_PanClose(uint16_t handle) { mock_function_count_map[__func__]++; } in BTA_PanClose() function