Searched refs:phy_cfg (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_connection_establishment.cc | 55 EXT_CONN_PHY_CFG phy_cfg[3]; // maximum three phys in btm_send_hci_create_connection() local 64 phy_cfg[i].scan_int = scan_int; in btm_send_hci_create_connection() 65 phy_cfg[i].scan_win = scan_win; in btm_send_hci_create_connection() 66 phy_cfg[i].conn_int_min = conn_int_min; in btm_send_hci_create_connection() 67 phy_cfg[i].conn_int_max = conn_int_max; in btm_send_hci_create_connection() 68 phy_cfg[i].conn_latency = conn_latency; in btm_send_hci_create_connection() 69 phy_cfg[i].sup_timeout = conn_timeout; in btm_send_hci_create_connection() 70 phy_cfg[i].min_ce_len = min_ce_len; in btm_send_hci_create_connection() 71 phy_cfg[i].max_ce_len = max_ce_len; in btm_send_hci_create_connection() 77 phy_cfg); in btm_send_hci_create_connection()
|
D | btm_ble_gap.cc | 1231 scanning_phy_cfg phy_cfg; in btm_send_hci_set_scan_params() local 1232 phy_cfg.scan_type = scan_type; in btm_send_hci_set_scan_params() 1233 phy_cfg.scan_int = scan_int; in btm_send_hci_set_scan_params() 1234 phy_cfg.scan_win = scan_win; in btm_send_hci_set_scan_params() 1237 1, &phy_cfg); in btm_send_hci_set_scan_params()
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 731 scanning_phy_cfg* phy_cfg) { in btsnd_hcic_ble_set_extended_scan_params() argument 750 UINT8_TO_STREAM(pp, phy_cfg[i].scan_type); in btsnd_hcic_ble_set_extended_scan_params() 751 UINT16_TO_STREAM(pp, phy_cfg[i].scan_int); in btsnd_hcic_ble_set_extended_scan_params() 752 UINT16_TO_STREAM(pp, phy_cfg[i].scan_win); in btsnd_hcic_ble_set_extended_scan_params() 785 EXT_CONN_PHY_CFG* phy_cfg) { in btsnd_hcic_ble_ext_create_conn() argument 810 UINT16_TO_STREAM(pp, phy_cfg[i].scan_int); in btsnd_hcic_ble_ext_create_conn() 811 UINT16_TO_STREAM(pp, phy_cfg[i].scan_win); in btsnd_hcic_ble_ext_create_conn() 812 UINT16_TO_STREAM(pp, phy_cfg[i].conn_int_min); in btsnd_hcic_ble_ext_create_conn() 813 UINT16_TO_STREAM(pp, phy_cfg[i].conn_int_max); in btsnd_hcic_ble_ext_create_conn() 814 UINT16_TO_STREAM(pp, phy_cfg[i].conn_latency); in btsnd_hcic_ble_ext_create_conn() [all …]
|
/system/bt/stack/include/ |
D | hcimsgs.h | 843 uint8_t scanning_phys, scanning_phy_cfg* phy_cfg); 866 EXT_CONN_PHY_CFG* phy_cfg);
|