Home
last modified time | relevance | path

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

/freebsd/lib/libbluetooth/
H A Dbluetooth.c59 static int bt_hex_nibble (char nibble);
301 b = bt_hex_nibble(str[0]); in bt_aton()
324 b = bt_hex_nibble(str[0]); in bt_aton()
349 if ((n1 = bt_hex_nibble(str[0])) < 0) in bt_hex_byte()
352 if ((n2 = bt_hex_nibble(str[1])) < 0) in bt_hex_byte()
359 bt_hex_nibble(char nibble) in bt_hex_nibble() function