Searched refs:GATT_WRITE_NOT_PERMIT (Results 1 – 5 of 5) sorted by relevance
578 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()
260 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()
108 *p_status = GATT_WRITE_NOT_PERMIT; in dis_write_attr_value()
190 if (p_data->handle == db_addr.handle) return GATT_WRITE_NOT_PERMIT; in proc_write_req()
37 GATT_WRITE_NOT_PERMIT = 0x03, enumerator