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

  /system/bt/bta/gatt/
bta_gatts_utils.cc 74 return BTA_GATTS_INVALID_APP;
103 * Returns index of the control block, or BTA_GATTS_INVALID_APP if
115 return BTA_GATTS_INVALID_APP;
bta_gatts_api.cc 138 if (rcb_idx == BTA_GATTS_INVALID_APP) return BTA_GATT_ERROR;
141 if (srvc_idx == BTA_GATTS_INVALID_APP) return BTA_GATT_ERROR;
  /system/bt/bta/include/
bta_gatt_api.h 398 #define BTA_GATTS_INVALID_APP 0xff
    [all...]

Completed in 48 milliseconds