Merge "LE: Add connection parameter update request API (1/4)" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b381645856
@@ -370,6 +370,10 @@ typedef struct {
|
|||||||
/** Configure the MTU for a given connection */
|
/** Configure the MTU for a given connection */
|
||||||
bt_status_t (*configure_mtu)(int conn_id, int mtu);
|
bt_status_t (*configure_mtu)(int conn_id, int mtu);
|
||||||
|
|
||||||
|
/** Request a connection parameter update */
|
||||||
|
bt_status_t (*conn_parameter_update)(const bt_bdaddr_t *bd_addr, int min_interval,
|
||||||
|
int max_interval, int latency, int timeout);
|
||||||
|
|
||||||
/** Sets the LE scan interval and window in units of N*0.625 msec */
|
/** Sets the LE scan interval and window in units of N*0.625 msec */
|
||||||
bt_status_t (*set_scan_parameters)(int scan_interval, int scan_window);
|
bt_status_t (*set_scan_parameters)(int scan_interval, int scan_window);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user