HomeSort by relevance Sort by last modified time
    Searched refs:utl_itoa (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/include/
utl.h 89 * Function utl_itoa
99 extern uint8_t utl_itoa(uint16_t i, char* p_s);
  /system/bt/bta/sys/
utl.cc 103 * Function utl_itoa
113 uint8_t utl_itoa(uint16_t i, char* p_s) { function
  /system/bt/bta/ag/
bta_ag_cmd.cc 249 p += utl_itoa((uint16_t)int_arg, p);
362 p += utl_itoa(id, p);
364 utl_itoa(value, p);
741 p += utl_itoa((uint16_t)p_scb->local_hf_indicators[i].ind_id, p);
743 p += utl_itoa((uint16_t)p_scb->local_hf_indicators[i].is_enable, p);
    [all...]

Completed in 181 milliseconds