Home
last modified time | relevance | path

Searched defs:parts (Results 1 – 10 of 10) sorted by relevance

/btstack/tool/
H A Dcompile_gatt.py434 def parseService(fout, parts, service_type): argument
472 def parsePrimaryService(fout, parts): argument
475 def parseSecondaryService(fout, parts): argument
478 def parseIncludeService(fout, parts): argument
526 def parseCharacteristic(fout, parts): argument
670 def parseGenericDynamicDescriptor(fout, parts, uuid, name): argument
702 def parseGenericDynamicReadOnlyDescriptor(fout, parts, uuid, name): argument
733 def parseServerCharacteristicConfiguration(fout, parts): argument
736 def parseCharacteristicFormat(fout, parts): argument
774 def parseCharacteristicAggregateFormat(fout, parts): argument
[all …]
H A Dcreate_packet_log.py122 parts = re.match('\[(.*)\] (.*)', line) variable
/btstack/test/hfp/
H A Ddump_test_sequence_from_pklg.py63 parts = re.match('HFP_RX(.*)',packet) variable
65 parts = re.match('HFP_TX(.*)',packet) variable
78 parts = re.match('USER:\'(.*)\'.*',packet) variable
/btstack/test/mesh/
H A Ddump_mesh_pklg.py140 parts = message.split(':') variable
657 parts = re.match('mesh-iv-index: (.*)', log) variable
661 parts = re.match('mesh-devkey: (.*)', log) variable
665 parts = re.match('mesh-appkey-(.*): (.*)', log) variable
669 parts = re.match('mesh-netkey-(.*): (.*)', log) variable
/btstack/tool/misc/
H A Dfix-misra-12.1.py53 parts = re.match(".*Suggest parentheses.*`(.*)'", msg) variable
66 parts = location.split(':') variable
H A Dfix-misra-10.4a.py41 parts = location.split(':') variable
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DBD_ADDR.java16 String[] parts = text.split(":"); in BD_ADDR() local
H A DBT_UUID.java25 String parts[] = uuidString.split("-"); in BT_UUID() local
/btstack/chipset/csr/
H A Dconvert_psr.py74 parts = line.split('=') variable
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4_addr.c150 u32_t parts[4]; in ip4addr_aton() local