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.cc578 status = GATT_WRITE_NOT_PERMIT; in gatts_write_attr_perm_check()
587 status = GATT_WRITE_NOT_PERMIT; in gatts_write_attr_perm_check()
628 status = GATT_WRITE_NOT_PERMIT; in gatts_write_attr_perm_check()
Dgatt_attr.cc260 if (handle == gatt_cb.handle_sr_supported_feat) return GATT_WRITE_NOT_PERMIT; in proc_write_req()
267 if (handle == gatt_cb.handle_of_database_hash) return GATT_WRITE_NOT_PERMIT; in proc_write_req()
270 if (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/gap/
Dgap_ble.cc190 if (p_data->handle == db_addr.handle) return GATT_WRITE_NOT_PERMIT; in proc_write_req()
/system/bt/stack/include/
Dgatt_api.h37 GATT_WRITE_NOT_PERMIT = 0x03, enumerator