Home
last modified time | relevance | path

Searched refs:btgatt_response_t (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/bt/include/hardware/
H A Dbt_gatt_server.h40 } btgatt_response_t; typedef
172 const btgatt_response_t& response);
/aosp12/system/bt/btif/include/
H A Dbtif_gatt_util.h28 void btif_to_bta_response(tGATTS_RSP* p_dest, btgatt_response_t* p_src);
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_util.cc50 void btif_to_bta_response(tGATTS_RSP* p_dest, btgatt_response_t* p_src) { in btif_to_bta_response()
H A Dbtif_gatt_server.cc405 btgatt_response_t response) { in btif_gatts_send_response_impl()
418 const btgatt_response_t& response) { in btif_gatts_send_response()
/aosp12/system/bt/service/
H A Dgatt_server_old.cc236 btgatt_response_t response; in RequestReadCallback()
297 btgatt_response_t response; in RequestWriteCallback()
316 btgatt_response_t response = {}; in RequestExecWriteCallback()
H A Dgatt_server.cc153 btgatt_response_t response; in SendResponse()
/aosp12/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.h66 const btgatt_response_t& response) = 0;
H A Dfake_bluetooth_gatt_interface.cc101 const btgatt_response_t& response) { in FakeSendResponse()
/aosp12/system/bt/service/test/
H A Dgatt_server_unittest.cc47 bt_status_t(int, int, int, const btgatt_response_t&));
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1866 btgatt_response_t response; in gattServerSendResponseNative()