Home
last modified time | relevance | path

Searched refs:GATT_SERVICE_STARTED (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/gatt/
Dbta_gatts_api.cc145 if (status == GATT_SERVICE_STARTED) { in BTA_GATTS_AddService()
/system/bt/stack/include/
Dgatt_api.h60 #define GATT_SERVICE_STARTED 0x8c macro
/system/bt/stack/srvc/
Dsrvc_dis.cc375 if (status != GATT_SERVICE_STARTED) { in DIS_SrInit()
/system/bt/bta/include/
Dbta_gatt_api.h85 #define BTA_GATT_SERVICE_STARTED GATT_SERVICE_STARTED /* 0x8c */
/system/bt/stack/gatt/
Dgatt_api.cc355 return GATT_SERVICE_STARTED; in GATTS_AddService()