HomeSort by: relevance | last modified time | path
    Searched defs:bt_hex_nibble (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libbluetooth/
bluetooth.c 61 static int bt_hex_nibble (char nibble);
303 b = bt_hex_nibble(str[0]);
326 b = bt_hex_nibble(str[0]);
351 if ((n1 = bt_hex_nibble(str[0])) < 0)
354 if ((n2 = bt_hex_nibble(str[1])) < 0)
361 bt_hex_nibble(char nibble) function in typeref:typename:int

Completed in 11 milliseconds