Home
last modified time | relevance | path

Searched defs:IsConnected (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/vc/
Ddevices.h114 bool IsConnected() { return connection_id != GATT_INVALID_CONN_ID; } in IsConnected() function
/packages/modules/Bluetooth/system/bta/has/
Dhas_types.h105 bool IsConnected() const { return conn_id != GATT_INVALID_CONN_ID; } in IsConnected() function
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h107 bool IsConnected() const { return (conn_id != GATT_INVALID_CONN_ID); } in IsConnected() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc1163 bool BtifAvPeer::IsConnected() const { in IsConnected() function in BtifAvPeer