Searched refs:phy_cfg (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/acl/ |
D | btm_ble_connection_establishment.cc | 56 EXT_CONN_PHY_CFG phy_cfg[3]; // maximum three phys in btm_send_hci_create_connection() local 65 phy_cfg[i].scan_int = scan_int; in btm_send_hci_create_connection() 66 phy_cfg[i].scan_win = scan_win; in btm_send_hci_create_connection() 67 phy_cfg[i].conn_int_min = conn_int_min; in btm_send_hci_create_connection() 68 phy_cfg[i].conn_int_max = conn_int_max; in btm_send_hci_create_connection() 69 phy_cfg[i].conn_latency = conn_latency; in btm_send_hci_create_connection() 70 phy_cfg[i].sup_timeout = conn_timeout; in btm_send_hci_create_connection() 71 phy_cfg[i].min_ce_len = min_ce_len; in btm_send_hci_create_connection() 72 phy_cfg[i].max_ce_len = max_ce_len; in btm_send_hci_create_connection() 78 phy_cfg); in btm_send_hci_create_connection()
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 801 scanning_phy_cfg* phy_cfg) { in btsnd_hcic_ble_set_extended_scan_params() argument 820 UINT8_TO_STREAM(pp, phy_cfg[i].scan_type); in btsnd_hcic_ble_set_extended_scan_params() 821 UINT16_TO_STREAM(pp, phy_cfg[i].scan_int); in btsnd_hcic_ble_set_extended_scan_params() 822 UINT16_TO_STREAM(pp, phy_cfg[i].scan_win); in btsnd_hcic_ble_set_extended_scan_params() 855 EXT_CONN_PHY_CFG* phy_cfg) { in btsnd_hcic_ble_ext_create_conn() argument 880 UINT16_TO_STREAM(pp, phy_cfg[i].scan_int); in btsnd_hcic_ble_ext_create_conn() 881 UINT16_TO_STREAM(pp, phy_cfg[i].scan_win); in btsnd_hcic_ble_ext_create_conn() 882 UINT16_TO_STREAM(pp, phy_cfg[i].conn_int_min); in btsnd_hcic_ble_ext_create_conn() 883 UINT16_TO_STREAM(pp, phy_cfg[i].conn_int_max); in btsnd_hcic_ble_ext_create_conn() 884 UINT16_TO_STREAM(pp, phy_cfg[i].conn_latency); in btsnd_hcic_ble_ext_create_conn() [all …]
|
/system/bt/test/mock/ |
D | mock_hcic_hciblecmds.cc | 111 EXT_CONN_PHY_CFG* phy_cfg) { in btsnd_hcic_ble_ext_create_conn() argument 206 scanning_phy_cfg* phy_cfg) { in btsnd_hcic_ble_set_extended_scan_params() argument
|
/system/bt/stack/btm/ |
D | btm_ble_gap.cc | 1206 scanning_phy_cfg phy_cfg; in btm_send_hci_set_scan_params() local 1207 phy_cfg.scan_type = scan_type; in btm_send_hci_set_scan_params() 1208 phy_cfg.scan_int = scan_int; in btm_send_hci_set_scan_params() 1209 phy_cfg.scan_win = scan_win; in btm_send_hci_set_scan_params() 1212 1, &phy_cfg); in btm_send_hci_set_scan_params()
|
/system/bt/stack/include/ |
D | hcimsgs.h | 643 uint8_t scanning_phys, scanning_phy_cfg* phy_cfg); 666 EXT_CONN_PHY_CFG* phy_cfg);
|