Searched refs:identification_pattern (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger_common.h | 35 uint8_t identification_pattern[8]; member 41 .identification_pattern = {'b', 't', 's', 'n', 'o', 'o', 'p', 0x00},
|
/aosp_15_r20/external/python/bumble/apps/ |
D | show.py | 61 identification_pattern = source.read(8) 62 if identification_pattern != self.IDENTIFICATION_PATTERN:
|
/aosp_15_r20/system/chre/host/common/ |
H A D | bt_snoop_log_parser.cc | 67 uint8_t identification_pattern[8]; member 73 .identification_pattern = {'b', 't', 's', 'n', 'o', 'o', 'p', 0x00},
|