Home
last modified time | relevance | path

Searched defs:evt_type (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc294 static bool ble_evt_type_is_connectable(uint16_t evt_type) { in ble_evt_type_is_connectable()
298 static bool ble_evt_type_is_scannable(uint16_t evt_type) { in ble_evt_type_is_scannable()
302 static bool ble_evt_type_is_scan_resp(uint16_t evt_type) { in ble_evt_type_is_scan_resp()
306 static bool ble_evt_type_is_legacy(uint16_t evt_type) { in ble_evt_type_is_legacy()
310 static uint8_t ble_evt_type_data_status(uint16_t evt_type) { return (evt_type >> 5) & 3; } in ble_evt_type_data_status()
1106 uint8_t evt_type; in btm_set_conn_mode_adv_init_addr() local
1192 static void btm_ble_select_adv_interval(uint8_t evt_type, uint16_t* p_adv_int_min, in btm_ble_select_adv_interval()
1305 uint8_t evt_type; in btm_ble_set_discoverability() local
1392 uint8_t evt_type; in btm_ble_set_connectability() local
1856 const RawAddress& /* bda */, uint16_t evt_type, in btm_ble_update_inq_result()
[all …]
Dbtm_ble_int_types.h99 uint8_t evt_type; member