HomeSort by relevance Sort by last modified time
    Searched refs:GATT_CHAR_PROP_BIT_NOTIFY (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery.c 32 #define BATTER_LEVEL_PROP (GATT_CHAR_PROP_BIT_READ|GATT_CHAR_PROP_BIT_NOTIFY)
236 prop |= GATT_CHAR_PROP_BIT_NOTIFY;
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 193 #define GATT_CHAR_PROP_BIT_NOTIFY (1 << 4)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 476 #define BTA_GATT_CHAR_PROP_BIT_NOTIFY GATT_CHAR_PROP_BIT_NOTIFY /* 0x10 */
    [all...]

Completed in 30 milliseconds