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

  /external/bluetooth/bluedroid/bta/include/
bta_pan_co.h 180 ** Description protocol filter indication from peer device
185 BTA_API extern void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
192 ** Description multicast filter indication from peer device
197 BTA_API extern void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
  /external/bluetooth/bluedroid/stack/pan/
pan_int.h 81 tPAN_FILTER_IND_CB *pan_pfilt_ind_cb; /* protocol filter indication callback */
82 tPAN_MFILTER_IND_CB *pan_mfilt_ind_cb; /* multicast filter indication callback */
134 BOOLEAN indication,
139 BOOLEAN indication,
pan_main.c 80 ** Description This function is registered with BNEP as connection indication
235 /* If the connection indication is for the existing connection
292 PAN_TRACE_DEBUG ("New connection indication for handle %d", handle);
323 ** indication callback
343 PAN_TRACE_ERROR ("PAN State change indication for wrong handle %d", handle);
419 ** Description This function is registered with BNEP as data indication
462 PAN_TRACE_ERROR ("PAN Data indication for wrong handle %d", handle);
468 PAN_TRACE_ERROR ("PAN Data indication in wrong state %d for handle %d",
525 ** Description This function is registered with BNEP as data buffer indication
557 PAN_TRACE_ERROR ("PAN Data buffer indication for wrong handle %d", handle)
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_pan_co.c 315 ** Description protocol filter indication from peer device
320 void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
324 UNUSED(indication);
336 ** Description multicast filter indication from peer device
341 void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
345 UNUSED(indication);
  /external/bluetooth/bluedroid/stack/include/
bnep_api.h 93 /* Connection indication callback prototype. Parameters are
107 /* Data buffer received indication callback prototype. Parameters are
123 /* Data received indication callback prototype. Parameters are
147 /* Filters received indication callback prototype. Parameters are
149 ** TRUE if the cb is called for indication
150 ** Ignore this if it is indication, otherwise it is the result
161 BOOLEAN indication,
168 /* Multicast Filters received indication callback prototype. Parameters are
170 ** TRUE if the cb is called for indication
171 ** Ignore this if it is indication, otherwise it is the resul
    [all...]
pan_api.h 109 /* Data received indication callback prototype. Parameters are
130 /* Data buffer received indication callback prototype. Parameters are
156 /* Filters received indication callback prototype. Parameters are
158 ** TRUE if the cb is called for indication
159 ** Ignore this if it is indication, otherwise it is the result
170 BOOLEAN indication,
177 /* Multicast Filters received indication callback prototype. Parameters are
179 ** TRUE if the cb is called for indication
180 ** Ignore this if it is indication, otherwise it is the result
190 BOOLEAN indication,
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 586 ** Description This function sends a handle value indication to a client.
589 ** attr_handle: Attribute handle of this handle value indication.
600 tGATT_VALUE indication; local
619 indication.conn_id = conn_id;
620 indication.handle = attr_handle;
621 indication.len = val_len;
622 memcpy (indication.value, p_val, val_len);
623 indication.auth_req = GATT_AUTH_REQ_NONE;
627 GATT_TRACE_DEBUG ("Add a pending indication");
628 if ((p_buf = gatt_add_pending_ind(p_tcb, &indication)) !=NULL
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 69 restrictions on versions, and an indication whether these required modules are
85 A list of known problems with the module, together with some indication
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 195 ** Description data indication callback from pan profile
266 static void bta_pan_pfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result,
270 bta_pan_co_pfilt_ind(handle, indication, (tBTA_PAN_STATUS)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS : BTA_PAN_FAIL),
287 static void bta_pan_mfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result,
291 bta_pan_co_mfilt_ind(handle, indication, (tBTA_PAN_STATUS)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS : BTA_PAN_FAIL),
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.h 205 uint32_t indication, uint16_t keyid, uint16_t alt_keyid, int so_locked);
sctp_header.h 399 uint32_t indication; member in struct:sctp_adaptation_layer_indication
sctp_auth.c     [all...]
sctp_pcb.c     [all...]
sctp_output.c     [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 540 In either case, we print the specified message as an indication
  /external/chromium_org/chrome/browser/resources/extensions/
extension_command_list.js 370 * Handles focus event and adds visual indication for active shortcut.
380 * Handles lost focus event and removes visual indication of active shortcut
  /external/libvorbis/doc/
05-comment.tex 138 A short text indication of music genre
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_table.js 742 // TODO(mtomasz): Consider adding some vidual indication for files which
file_manager.js     [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 54 // TODO(eroman): The browser should give an indication of which snapshot
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 286 * Forward declares a symbol. This is an indication to the compiler that the
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 451 milliseconds