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

am: f11f4db5ad

Change-Id: I4e051af08c8efa8c1e2e2ef8fb4f53ee8eca6280
This commit is contained in:
Jakub Pawlowski 2017-03-27 20:48:11 +00:00 committed by android-build-merger
commit 5e4ebcab38

View file

@ -208,7 +208,7 @@ typedef struct {
/** 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 );
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,