Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_battery.c32 #define BATTER_LEVEL_PROP (GATT_CHAR_PROP_BIT_READ|GATT_CHAR_PROP_BIT_NOTIFY)
236 prop |= GATT_CHAR_PROP_BIT_NOTIFY; in Battery_Instantiate()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h193 #define GATT_CHAR_PROP_BIT_NOTIFY (1 << 4) macro
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h476 #define BTA_GATT_CHAR_PROP_BIT_NOTIFY GATT_CHAR_PROP_BIT_NOTIFY /* 0x10 */