Diff between 912a7a53fc0a50fe8622e41aafa0a79b6c7351f7 and ca67344fddd9cd5e9585a287cd7fb7d3b30932c5
Changed Files
| File | Additions | Deletions | Status |
| lib/mgmt.h | +9 | -0 | modified |
Full Patch
diff --git a/lib/mgmt.h b/lib/mgmt.h
index 4cfeac0..3070aab 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -447,6 +447,15 @@ struct mgmt_cp_set_public_address {
bdaddr_t bdaddr;
} __packed;
+#define MGMT_OP_START_SERVICE_DISCOVERY 0x003A
+struct mgmt_cp_start_service_discovery {
+ uint8_t type;
+ int8_t rssi;
+ uint16_t uuid_count;
+ uint8_t uuids[0][16];
+} __packed;
+#define MGMT_START_SERVICE_DISCOVERY_SIZE 4
+
#define MGMT_EV_CMD_COMPLETE 0x0001
struct mgmt_ev_cmd_complete {
uint16_t opcode;