Searched refs:evt_type (Results 1 – 4 of 4) sorted by relevance
151 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() argument170 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() argument174 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() argument178 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() argument182 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 …]
539 uint8_t evt_type; in BTM_LE_PF_uuid_filter() local542 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()
138 uint8_t evt_type; member
38 extern bool ble_evt_type_is_connectable(uint16_t evt_type);