Searched refs:GATT_REQ_READ_BLOB (Results 1 – 5 of 5) sorted by relevance
251 if (op_code == GATT_REQ_READ_BLOB) in attp_build_handle_cmd()569 case GATT_REQ_READ_BLOB: in attp_send_cl_msg()
177 op_code = GATT_REQ_READ_BLOB; in gatt_act_read()185 op_code = GATT_REQ_READ_BLOB; in gatt_act_read()590 (opcode == GATT_REQ_READ_BLOB) && in gatt_process_error_rsp()
1198 if (op_code == GATT_REQ_READ_BLOB) in gatts_process_read_req()1297 case GATT_REQ_READ_BLOB: in gatts_process_attribute_req()1498 case GATT_REQ_READ_BLOB: in gatt_server_handle_client_req()
661 (BOOLEAN)(op_code == GATT_REQ_READ_BLOB), in gatts_read_attr_value_by_handle()1163 sr_data.read_req.is_long = (BOOLEAN)(op_code == GATT_REQ_READ_BLOB); in gatts_send_app_read_request()
84 #define GATT_REQ_READ_BLOB 0x0C macro