Searched defs:btsnd_hcic_ble_create_ll_conn (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_ble_bgconn.cc393 btsnd_hcic_ble_create_ll_conn(scan_int, scan_win, init_filter_policy,
375 LOG_ASSERT(phy_cnt < 3) << �; for (int i = 0; i < phy_cnt; i++) { phy_cfg[i].scan_int = scan_int; phy_cfg[i].scan_win = scan_win; phy_cfg[i].conn_int_min = conn_int_min; phy_cfg[i].conn_int_max = conn_int_max; phy_cfg[i].conn_latency = conn_latency; phy_cfg[i].sup_timeout = conn_timeout; phy_cfg[i].min_ce_len = min_ce_len; phy_cfg[i].max_ce_len = max_ce_len; } addr_type_peer &= ~BLE_ADDR_TYPE_ID_BIT; btsnd_hcic_ble_ext_create_conn(init_filter_policy, addr_type_own, addr_type_peer, bda_peer, initiating_phys, phy_cfg); } else { btsnd_hcic_ble_create_ll_conn(scan_int, scan_win, init_filter_policy, addr_type_peer, bda_peer, addr_type_own, conn_int_min, conn_int_max, conn_latency, conn_timeout, min_ce_len, max_ce_len); } } bool btm_ble_start_auto_conn(bool start) { tBTM_BLE_CB* p_cb = &btm_cb.ble_ctr_cb; bool exec = true; uint16_t scan_int; uint16_t scan_win; uint8_t own_addr_type = p_cb->addr_mgnt_cb.own_addr_type; uint8_t peer_addr_type = BLE_ADDR_PUBLIC; uint8_t phy = PHY_LE_1M; if (controller_get_interface()->supports_ble_2m_phy()) phy |= PHY_LE_2M; if (controller_get_interface()->supports_ble_coded_phy()) phy |= PHY_LE_CODED; BTM_TRACE_EVENT(�, __func__, start); if (start) { if (p_cb->conn_state == BLE_CONN_IDLE && background_connections_pending() && btm_ble_topology_check(BTM_BLE_STATE_INIT) && l2cu_can_allocate_lcb()) argument
/system/bt/stack/hcic/
H A Dhciblecmds.cc201 void btsnd_hcic_ble_create_ll_conn( function

Completed in 273 milliseconds