Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h298 typedef uint8_t tBTA_GATTS_EVT; typedef
300 inline std::string gatt_server_event_text(const tBTA_GATTS_EVT& event) { in gatt_server_event_text()
439 typedef void(tBTA_GATTS_CBACK)(tBTA_GATTS_EVT event, tBTA_GATTS* p_data);
/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc83 [](tBTA_GATTS_EVT event, tBTA_GATTS* p_data) { in Initialize()
192 void GattsCallback(tBTA_GATTS_EVT event, tBTA_GATTS* p_data) { in GattsCallback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc265 static void btapp_gatts_cback(tBTA_GATTS_EVT event, tBTA_GATTS* p_data) { in btapp_gatts_cback()