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.c 77 return BTA_GATTS_INVALID_APP;
108 ** Returns index of the control block, or BTA_GATTS_INVALID_APP if failed.
121 return BTA_GATTS_INVALID_APP;
bta_gatts_act.c 341 if (rcb_idx != BTA_GATTS_INVALID_APP)
343 if ((srvc_idx = bta_gatts_alloc_srvc_cb(p_cb, rcb_idx)) != BTA_GATTS_INVALID_APP)
  /system/bt/bta/include/
bta_gatt_api.h 407 #define BTA_GATTS_INVALID_APP 0xff
    [all...]

Completed in 155 milliseconds