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

  /external/bluetooth/bluedroid/hci/include/
utils.h 125 ** Function utils_getnext
133 void *utils_getnext (void *p_buf);
  /external/bluetooth/bluedroid/hci/src/
utils.c 173 ** Function utils_getnext
182 void *utils_getnext (void *p_buf) function
bt_hci_bdroid.c 523 p_next_msg = utils_getnext(p_next_msg);
530 p_next_msg = utils_getnext(p_msg);
hci_h4.c 363 p_hdr = utils_getnext(p_hdr);
    [all...]
hci_mct.c 358 p_hdr = utils_getnext(p_hdr);
    [all...]

Completed in 389 milliseconds