Home
last modified time | relevance | path

Searched refs:BTM_BLE_CONNECT_EVT (Results 1 – 5 of 5) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dkeyboard.cc29 properties_.SetLeAdvertisementType(BTM_BLE_CONNECT_EVT); in Keyboard()
/system/bt/stack/include/
Dbtm_ble_api_types.h30 #define BTM_BLE_CONNECT_EVT 0x00 macro
/system/bt/stack/btm/
Dbtm_ble_gap.cc761 : BTM_BLE_CONNECT_EVT; in btm_set_conn_mode_adv_init_addr()
763 if (evt_type == BTM_BLE_CONNECT_EVT) { in btm_set_conn_mode_adv_init_addr()
954 case BTM_BLE_CONNECT_EVT: in btm_ble_select_adv_interval()
2175 case BTM_BLE_CONNECT_EVT: in btm_ble_adv_states_operation()
2446 btm_cb.ble_ctr_cb.inq_var.directed_conn = BTM_BLE_CONNECT_EVT; in btm_ble_update_link_topology_mask()
2467 btm_cb.ble_ctr_cb.inq_var.directed_conn = BTM_BLE_CONNECT_EVT; in btm_ble_update_mode_operation()
Dbtm_ble.cc1883 p_cb->inq_var.directed_conn = BTM_BLE_CONNECT_EVT; in btm_ble_connected()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc473 if (le_connect_ && (adv_type == BTM_BLE_CONNECT_EVT || in IncomingLeAdvertisementPacket()