Searched refs:GATT_READ_CHAR (Results 1 – 1 of 1) sorted by relevance
25 constexpr uint8_t GATT_READ_CHAR = 1; variable108 if (op.type == GATT_READ_CHAR) { in gatt_execute_next_op()152 gatt_op_queue[conn_id].push_back({.type = GATT_READ_CHAR, in ReadCharacteristic()