Home
last modified time | relevance | path

Searched refs:byte_string (Results 1 – 7 of 7) sorted by relevance

/btstack/test/mesh/
H A Dprovisioning_device_test.cpp150 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument
151 int upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()
153 int lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
H A Dprovisioning_provisioner_test.cpp135 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument
136 int upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()
138 int lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
H A Dprovisioner.c75 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument
76 int upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()
78 int lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
H A Dmesh_pts.c305 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument
306 int upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()
308 int lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
H A Dmesh_message_test.cpp148 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument
149 uint8_t upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()
151 uint8_t lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
/btstack/example/
H A Dmesh_node_demo.c182 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument
183 int upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()
185 int lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
/btstack/src/
H A Dbtstack_util.c405 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument
406 int upper_nibble = nibble_for_char(byte_string[0]); in scan_hex_byte()
408 int lower_nibble = nibble_for_char(byte_string[1]); in scan_hex_byte()