HomeSort by relevance Sort by last modified time
    Searched full:gki_getbuf (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c     [all...]
avdt_scb_act.c     [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 451 p_app_cb->p_service_name = (UINT8 *) GKI_getbuf ((UINT16) (length + 1));
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_main.c     [all...]
bta_hl_utils.c 305 p_new = (BT_HDR *)GKI_getbuf(size);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c     [all...]
btm_inq.c     [all...]
btm_ble.c     [all...]
btm_sec.c     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 410 p_new = GKI_getbuf(size);
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c     [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 725 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 252 char *p_str = (char *)GKI_getbuf(120);
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 375 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
    [all...]

Completed in 244 milliseconds

1 2 3 45