Lines Matching refs:op_code

46     tGATT_TCB& tcb, uint8_t op_code, uint16_t handle, uint16_t offset,
255 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp, in gatts_db_read_attr_value_by_type() argument
277 status = gatts_send_app_read_request(tcb, op_code, attr.handle, 0, in gatts_db_read_attr_value_by_type()
443 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, in gatts_read_attr_value_by_handle() argument
451 (bool)(op_code == GATT_REQ_READ_BLOB), in gatts_read_attr_value_by_handle()
455 status = gatts_send_app_read_request(tcb, op_code, p_attr->handle, offset, in gatts_read_attr_value_by_handle()
508 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check() argument
516 __func__, op_code, handle, offset, len, sec_flag, key_size); in gatts_write_attr_perm_check()
529 if ((op_code == GATT_CMD_WRITE || op_code == GATT_REQ_WRITE) && in gatts_write_attr_perm_check()
549 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM)) { in gatts_write_attr_perm_check()
553 if ((op_code == GATT_SIGN_CMD_WRITE) && in gatts_write_attr_perm_check()
582 else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && in gatts_write_attr_perm_check()
625 if (op_code == GATT_REQ_PREPARE_WRITE && offset != 0) { in gatts_write_attr_perm_check()
679 tGATT_TCB& tcb, uint8_t op_code, uint16_t handle, uint16_t offset, in gatts_send_app_read_request() argument
685 trans_id = gatt_sr_enqueue_cmd(tcb, op_code, handle); in gatts_send_app_read_request()
694 sr_data.read_req.is_long = (bool)(op_code == GATT_REQ_READ_BLOB); in gatts_send_app_read_request()