HomeSort by relevance Sort by last modified time
    Searched defs:BTA_GATT_INCLUDED (Results 1 - 2 of 2) sorted by null

  /system/bt/bta/include/
bta_gatt_api.h 32 #ifndef BTA_GATT_INCLUDED
33 #warning BTA_GATT_INCLUDED not defined
34 #define BTA_GATT_INCLUDED FALSE
37 #if ((BLE_INCLUDED == FALSE) && (BTA_GATT_INCLUDED == TRUE))
38 #undef BTA_GATT_INCLUDED
39 #define BTA_GATT_INCLUDED FALSE
    [all...]
  /system/bt/include/
bt_target.h 85 #ifndef BTA_GATT_INCLUDED
86 #define BTA_GATT_INCLUDED TRUE
723 #ifndef BTA_GATT_INCLUDED
725 #define BTA_GATT_INCLUDED TRUE
727 #define BTA_GATT_INCLUDED FALSE
731 #if BTA_GATT_INCLUDED == TRUE && BLE_INCLUDED == FALSE
    [all...]

Completed in 73 milliseconds