Home
last modified time | relevance | path

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

/system/bt/tools/mcap_tool/
Dmcap_tool.cc217 uint32_t get_int(char** p, int DefaultValue) { in get_int() function
622 uint16_t sec_mask = get_int(&p, 0); // arg3 in do_mcap_register()
640 int type = get_int(&p, -1); // arg1 in do_mcap_create_mdep()
648 uint8_t mdep_handle = get_int(&p, 0); in do_mcap_delete_mdep()
670 uint16_t sec_mask = get_int(&p, 0); // arg3 in do_mcap_connect_mcl()
705 uint16_t mdep_handle = get_int(&p, 0); // arg2 in do_mcap_create_mdl()
707 uint16_t mdl_id = get_int(&p, 0); // arg4 in do_mcap_create_mdl()
708 uint8_t peer_dep_id = get_int(&p, 0); // arg5 in do_mcap_create_mdl()
710 int do_not_connect = get_int(&p, 0); // arg7 in do_mcap_create_mdl()
773 uint16_t mdl_id = get_int(&p, 0); // arg2 in do_mcap_delete_mdl()
[all …]