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

  /system/bt/stack/gatt/
gatt_attr.c 199 status = GATT_WRITE_NOT_PERMIT;
gatt_db.c 790 status = GATT_WRITE_NOT_PERMIT;
800 status = GATT_WRITE_NOT_PERMIT;
801 GATT_TRACE_ERROR( "gatts_write_attr_perm_check - GATT_WRITE_NOT_PERMIT");
841 status = GATT_WRITE_NOT_PERMIT;
    [all...]
  /system/bt/stack/srvc/
srvc_battery.c 101 st = GATT_WRITE_NOT_PERMIT;
srvc_dis.c 110 *p_status = GATT_WRITE_NOT_PERMIT;
  /system/bt/stack/include/
gatt_api.h 32 #define GATT_WRITE_NOT_PERMIT 0x03
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 63 #define BTA_GATT_WRITE_NOT_PERMIT GATT_WRITE_NOT_PERMIT /* 0x0003 */
    [all...]
  /system/bt/stack/gap/
gap_ble.c 312 return GATT_WRITE_NOT_PERMIT;

Completed in 5707 milliseconds