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.cc148 uint16_t evt_type, uint8_t addr_type, const RawAddress& bda,
166 bool ble_evt_type_is_connectable(uint16_t evt_type) { in ble_evt_type_is_connectable() argument
167 return evt_type & (1 << BLE_EVT_CONNECTABLE_BIT); in ble_evt_type_is_connectable()
170 bool ble_evt_type_is_scannable(uint16_t evt_type) { in ble_evt_type_is_scannable() argument
171 return evt_type & (1 << BLE_EVT_SCANNABLE_BIT); in ble_evt_type_is_scannable()
174 bool ble_evt_type_is_directed(uint16_t evt_type) { in ble_evt_type_is_directed() argument
175 return evt_type & (1 << BLE_EVT_DIRECTED_BIT); in ble_evt_type_is_directed()
178 bool ble_evt_type_is_scan_resp(uint16_t evt_type) { in ble_evt_type_is_scan_resp() argument
179 return evt_type & (1 << BLE_EVT_SCAN_RESPONSE_BIT); in ble_evt_type_is_scan_resp()
182 bool ble_evt_type_is_legacy(uint16_t evt_type) { in ble_evt_type_is_legacy() argument
[all …]
Dbtm_ble_adv_filter.cc537 uint8_t evt_type; in BTM_LE_PF_uuid_filter() local
540 evt_type = BTM_BLE_META_PF_UUID; in BTM_LE_PF_uuid_filter()
542 evt_type = BTM_BLE_META_PF_SOL_UUID; in BTM_LE_PF_uuid_filter()
551 UINT8_TO_STREAM(p, evt_type); in BTM_LE_PF_uuid_filter()
593 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);