Home
last modified time | relevance | path

Searched refs:gatt_profile_get_eatt_support (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_gatt_layer.cc29 bool gatt_profile_get_eatt_support(const RawAddress& peer_bda) { in gatt_profile_get_eatt_support() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_attr.cc36 bool gatt_profile_get_eatt_support( in gatt_profile_get_eatt_support() function
/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h539 return gatt_profile_get_eatt_support(bd_addr); in is_eatt_supported_by_peer()
1018 if (gatt_profile_get_eatt_support(bd_addr)) { in connect()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h495 bool gatt_profile_get_eatt_support(const RawAddress& remote_bda);
Dgatt_attr.cc983 bool gatt_profile_get_eatt_support(const RawAddress& remote_bda) { in gatt_profile_get_eatt_support() function
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc89 bool gatt_profile_get_eatt_support(const RawAddress& remote_bda);
Dhas_client_test.cc43 bool gatt_profile_get_eatt_support(const RawAddress& addr) { return true; } in gatt_profile_get_eatt_support() function