Merge "Add option to specify initial LE connection PHY (1/3)"

This commit is contained in:
Jakub Pawlowski 2017-03-27 20:43:53 +00:00 committed by Gerrit Code Review
commit f11f4db5ad

View file

@ -207,8 +207,8 @@ typedef struct {
bt_status_t (*unregister_client)(int client_if );
/** Create a connection to a remote LE or dual-mode device */
bt_status_t (*connect)( int client_if, const bt_bdaddr_t *bd_addr,
bool is_direct, int transport );
bt_status_t (*connect)(int client_if, const bt_bdaddr_t *bd_addr,
bool is_direct, int transport, int initiating_phys);
/** Disconnect a remote device or cancel a pending connection */
bt_status_t (*disconnect)( int client_if, const bt_bdaddr_t *bd_addr,