Searched refs:is_transport_ble (Results 1 – 6 of 6) sorted by relevance
190 bool is_transport_ble() const { return transport == BT_TRANSPORT_LE; } in is_transport_ble() function192 return is_transport_ble() || is_transport_br_edr(); in is_transport_valid()
2363 return p_acl->is_transport_ble(); in BTM_IsBleConnection()
512 bool is_transport_ble() const { return transport == BT_TRANSPORT_LE; } in is_transport_ble() function
846 if (need_to_active && !p_lcb->is_transport_ble()) { in l2c_link_check_power_mode()
97 if (p_ccb->chnl_state == CST_OPEN && !p_ccb->p_lcb->is_transport_ble()) { in l2c_csm_indicate_connection_open()
952 } else if (link.is_transport_ble()) { in DumpsysAcl()