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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 103 UINT8 *p, *p_orig = (UINT8 *)(p_buf + 1) + p_buf->offset; local
107 p = p_orig + cmd_len - 4;
110 if (BTM_BleVerifySignature(p_tcb->peer_bda, p_orig, cmd_len, counter, p))
112 STREAM_TO_UINT8(op_code, p_orig);
113 gatt_server_handle_client_req (p_tcb, op_code, (UINT16)(p_buf->len - 1), p_orig);
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h     [all...]

Completed in 815 milliseconds