HomeSort by relevance Sort by last modified time
    Searched refs:GKI_getbuf (Results 101 - 124 of 124) sorted by null

1 2 3 45

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 884 p_pkt = (BT_HDR *)GKI_getbuf(size);
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 242 (tBTA_GATTS_INT_START_IF *) GKI_getbuf(sizeof(tBTA_GATTS_INT_START_IF))) != NULL)
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_at.c 113 if ((new_cmd = (tBTA_HF_CLIENT_AT_QCMD *) GKI_getbuf(sizeof(tBTA_HF_CLIENT_AT_QCMD))) != NULL)
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 208 if ((p_msg = (tBTIF_CONTEXT_SWITCH_CBACK *) GKI_getbuf(sizeof(tBTIF_CONTEXT_SWITCH_CBACK) + param_len)) != NULL)
    [all...]
btif_hl.c 413 p_new = GKI_getbuf(size);
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 640 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c     [all...]
avdt_scb_act.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_adv_filter.c     [all...]
btm_inq.c     [all...]
btm_devctl.c     [all...]
btm_ble.c     [all...]
btm_sec.c     [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 116 if ((p_buff = (UINT8 *) GKI_getbuf ((UINT16)(NCI_MSG_HDR_SIZE + tlv_size))) != NULL)
    [all...]
nfc_hal_prm.c 628 if ((p_buff = (UINT8 *) GKI_getbuf(cmd_len)) == NULL)
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 379 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
    [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/jv/
bta_jv_act.c     [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_main.c     [all...]
bta_hl_utils.c 306 p_new = (BT_HDR *)GKI_getbuf(size);
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 252 char *p_str = (char *)GKI_getbuf(120);
    [all...]
l2c_utils.c 799 p_buf = (BT_HDR *)GKI_getbuf (len + rej_len);
    [all...]

Completed in 2099 milliseconds

1 2 3 45