Lines Matching refs:op_code

47 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code,
323 UINT8 op_code, in gatts_db_read_attr_value_by_type() argument
376 … status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, 0, trans_id); in gatts_db_read_attr_value_by_type()
629 UINT8 op_code, in gatts_read_attr_value_by_handle() argument
650 (BOOLEAN)(op_code == GATT_REQ_READ_BLOB), in gatts_read_attr_value_by_handle()
655 … status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, offset, trans_id); in gatts_read_attr_value_by_handle()
731 tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code, in gatts_write_attr_perm_check() argument
742 op_code, handle, offset, len, sec_flag, key_size); in gatts_write_attr_perm_check()
762 if ((op_code == GATT_CMD_WRITE || op_code == GATT_REQ_WRITE) in gatts_write_attr_perm_check()
782 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM)) in gatts_write_attr_perm_check()
787 if ((op_code == GATT_SIGN_CMD_WRITE) && (sec_flag & GATT_SEC_FLAG_ENCRYPTED)) in gatts_write_attr_perm_check()
819 …else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && !(sec_flag & GATT_SEC_… in gatts_write_attr_perm_check()
869 … if (op_code == GATT_REQ_PREPARE_WRITE && offset != 0) /* does not allow write blob */ in gatts_write_attr_perm_check()
1120 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code, in gatts_send_app_read_request() argument
1134 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle); in gatts_send_app_read_request()
1143 sr_data.read_req.is_long = (BOOLEAN)(op_code == GATT_REQ_READ_BLOB); in gatts_send_app_read_request()