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.cc304 uint32_t get_hex(char** p, int DefaultValue) { in get_hex() function
632 uint16_t ctrl_psm = get_hex(&p, 0); // arg1 in do_mcap_register()
633 uint16_t data_psm = get_hex(&p, 0); // arg2 in do_mcap_register()
681 uint16_t ctrl_psm = get_hex(&p, 0); // arg2 in do_mcap_connect_mcl()
718 uint16_t data_psm = get_hex(&p, 0); // arg3 in do_mcap_create_mdl()
721 uint8_t cfg = get_hex(&p, 0); // arg6 in do_mcap_create_mdl()
830 uint16_t data_psm = get_hex(&p, 0); // arg1 in do_mcap_reconnect_mdl()