Home
last modified time | relevance | path

Searched refs:evt_type (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_gap.cc151 uint16_t evt_type, uint8_t addr_type, const RawAddress& bda,
169 bool ble_evt_type_is_connectable(uint16_t evt_type) { in ble_evt_type_is_connectable() argument
170 return evt_type & (1 << BLE_EVT_CONNECTABLE_BIT); in ble_evt_type_is_connectable()
173 bool ble_evt_type_is_scannable(uint16_t evt_type) { in ble_evt_type_is_scannable() argument
174 return evt_type & (1 << BLE_EVT_SCANNABLE_BIT); in ble_evt_type_is_scannable()
177 bool ble_evt_type_is_directed(uint16_t evt_type) { in ble_evt_type_is_directed() argument
178 return evt_type & (1 << BLE_EVT_DIRECTED_BIT); in ble_evt_type_is_directed()
181 bool ble_evt_type_is_scan_resp(uint16_t evt_type) { in ble_evt_type_is_scan_resp() argument
182 return evt_type & (1 << BLE_EVT_SCAN_RESPONSE_BIT); in ble_evt_type_is_scan_resp()
185 bool ble_evt_type_is_legacy(uint16_t evt_type) { in ble_evt_type_is_legacy() argument
[all …]
Dbtm_ble_adv_filter.cc539 uint8_t evt_type; in BTM_LE_PF_uuid_filter() local
542 evt_type = BTM_BLE_META_PF_UUID; in BTM_LE_PF_uuid_filter()
544 evt_type = BTM_BLE_META_PF_SOL_UUID; in BTM_LE_PF_uuid_filter()
553 UINT8_TO_STREAM(p, evt_type); in BTM_LE_PF_uuid_filter()
595 base::Bind(&btm_flt_update_cb, evt_type, cb)); in BTM_LE_PF_uuid_filter()
Dbtm_ble_int_types.h138 uint8_t evt_type; member
Dbtm_ble_int.h38 extern bool ble_evt_type_is_connectable(uint16_t evt_type);