Home
last modified time | relevance | path

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

/system/bt/tools/mcap_tool/
Dmcap_tool.cc300 uint32_t get_hex(char** p, int DefaultValue) { in get_hex() function
620 uint16_t ctrl_psm = get_hex(&p, 0); // arg1 in do_mcap_register()
621 uint16_t data_psm = get_hex(&p, 0); // arg2 in do_mcap_register()
669 uint16_t ctrl_psm = get_hex(&p, 0); // arg2 in do_mcap_connect_mcl()
706 uint16_t data_psm = get_hex(&p, 0); // arg3 in do_mcap_create_mdl()
709 uint8_t cfg = get_hex(&p, 0); // arg6 in do_mcap_create_mdl()
818 uint16_t data_psm = get_hex(&p, 0); // arg1 in do_mcap_reconnect_mdl()