|
@@ -855,7 +855,7 @@ int mgmt_powered(u16 index, u8 powered);
|
|
int mgmt_discoverable(u16 index, u8 discoverable);
|
|
int mgmt_discoverable(u16 index, u8 discoverable);
|
|
int mgmt_connectable(u16 index, u8 connectable);
|
|
int mgmt_connectable(u16 index, u8 connectable);
|
|
int mgmt_new_key(u16 index, struct link_key *key, u8 persistent);
|
|
int mgmt_new_key(u16 index, struct link_key *key, u8 persistent);
|
|
-int mgmt_connected(u16 index, bdaddr_t *bdaddr);
|
|
|
|
|
|
+int mgmt_connected(u16 index, bdaddr_t *bdaddr, u8 link_type);
|
|
int mgmt_disconnected(u16 index, bdaddr_t *bdaddr);
|
|
int mgmt_disconnected(u16 index, bdaddr_t *bdaddr);
|
|
int mgmt_disconnect_failed(u16 index);
|
|
int mgmt_disconnect_failed(u16 index);
|
|
int mgmt_connect_failed(u16 index, bdaddr_t *bdaddr, u8 status);
|
|
int mgmt_connect_failed(u16 index, bdaddr_t *bdaddr, u8 status);
|