Searched refs:GATT_REQ_READ_BLOB (Results 1 – 5 of 5) sorted by relevance
246 if (op_code == GATT_REQ_READ_BLOB) { in attp_build_handle_cmd()575 case GATT_REQ_READ_BLOB: in attp_send_cl_msg()
173 op_code = GATT_REQ_READ_BLOB; in gatt_act_read()181 op_code = GATT_REQ_READ_BLOB; in gatt_act_read()580 (opcode == GATT_REQ_READ_BLOB) && in gatt_process_error_rsp()
1483 if (op_code == GATT_REQ_READ_BLOB) { in gatts_process_read_req()1581 case GATT_REQ_READ_BLOB: in gatts_process_attribute_req()1784 case GATT_REQ_READ_BLOB: in gatts_handle_db_out_of_sync()1869 case GATT_REQ_READ_BLOB: in gatt_server_handle_client_req()
1009 (BOOLEAN)(op_code == GATT_REQ_READ_BLOB), in gatts_read_attr_value_by_handle()1518 sr_data.read_req.is_long = (BOOLEAN)(op_code == GATT_REQ_READ_BLOB); in gatts_send_app_read_request()
97 #define GATT_REQ_READ_BLOB 0x0C macro