Home
last modified time | relevance | path

Searched refs:GATT_WRITE_NOT_PERMIT (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/gatt/
Dgatt_db.cc550 status = GATT_WRITE_NOT_PERMIT; in gatts_write_attr_perm_check()
559 status = GATT_WRITE_NOT_PERMIT; in gatts_write_attr_perm_check()
600 status = GATT_WRITE_NOT_PERMIT; in gatts_write_attr_perm_check()
Dgatt_attr.cc239 return GATT_WRITE_NOT_PERMIT; in proc_write_req()
248 if (p_data->handle == gatt_cb.handle_of_h_r) return GATT_WRITE_NOT_PERMIT; in proc_write_req()
/system/bt/stack/srvc/
Dsrvc_dis.cc108 *p_status = GATT_WRITE_NOT_PERMIT; in dis_write_attr_value()
/system/bt/stack/include/
Dgatt_api.h32 #define GATT_WRITE_NOT_PERMIT 0x03 macro
/system/bt/stack/gap/
Dgap_ble.cc185 if (p_data->handle == db_addr.handle) return GATT_WRITE_NOT_PERMIT; in proc_write_req()