• Home
  • Raw
  • Download

Lines Matching refs:op_code

48     tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, uint16_t handle,
268 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_db_read_attr_value_by_type() argument
290 status = gatts_send_app_read_request(tcb, cid, op_code, attr.handle, in gatts_db_read_attr_value_by_type()
470 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_read_attr_value_by_handle() argument
479 (bool)(op_code == GATT_REQ_READ_BLOB), in gatts_read_attr_value_by_handle()
483 status = gatts_send_app_read_request(tcb, cid, op_code, p_attr->handle, in gatts_read_attr_value_by_handle()
536 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check() argument
544 __func__, op_code, handle, offset, len, sec_flag, key_size); in gatts_write_attr_perm_check()
557 if ((op_code == GATT_CMD_WRITE || op_code == GATT_REQ_WRITE) && in gatts_write_attr_perm_check()
577 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM)) { in gatts_write_attr_perm_check()
581 if ((op_code == GATT_SIGN_CMD_WRITE) && in gatts_write_attr_perm_check()
610 else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && in gatts_write_attr_perm_check()
653 if (op_code == GATT_REQ_PREPARE_WRITE && offset != 0) { in gatts_write_attr_perm_check()
707 tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, uint16_t handle, in gatts_send_app_read_request() argument
713 trans_id = gatt_sr_enqueue_cmd(tcb, cid, op_code, handle); in gatts_send_app_read_request()
722 sr_data.read_req.is_long = (bool)(op_code == GATT_REQ_READ_BLOB); in gatts_send_app_read_request()