Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc1545 return gatt_cancel_open(gatt_if, bd_addr); in GATT_CancelConnect()
1560 gatt_cancel_open(*it, bd_addr); in GATT_CancelConnect()
Dgatt_int.h580 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda);
Dgatt_utils.cc1526 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open() function