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

  /system/bt/bta/include/
bta_pan_co.h 180 ** Description protocol filter indication from peer device
185 extern void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
192 ** Description multicast filter indication from peer device
197 extern void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
  /system/bt/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 */
133 BOOLEAN indication,
138 BOOLEAN indication,
pan_main.c 80 ** Description This function is registered with BNEP as connection indication
233 /* If the connection indication is for the existing connection
290 PAN_TRACE_DEBUG ("New connection indication for handle %d", handle);
321 ** indication callback
341 PAN_TRACE_ERROR ("PAN State change indication for wrong handle %d", handle);
417 ** Description This function is registered with BNEP as data indication
460 PAN_TRACE_ERROR ("PAN Data indication for wrong handle %d", handle);
466 PAN_TRACE_ERROR ("PAN Data indication in wrong state %d for handle %d",
523 ** Description This function is registered with BNEP as data buffer indication
555 PAN_TRACE_ERROR ("PAN Data buffer indication for wrong handle %d", handle)
    [all...]
  /system/bt/btif/co/
bta_pan_co.c 320 ** Description protocol filter indication from peer device
325 void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
329 UNUSED(indication);
341 ** Description multicast filter indication from peer device
346 void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
350 UNUSED(indication);
  /system/bt/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...]
  /system/bt/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
  /system/bt/bta/pan/
bta_pan_act.c 194 ** Description data indication callback from pan profile
265 static void bta_pan_pfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result,
269 bta_pan_co_pfilt_ind(handle, indication, (tBTA_PAN_STATUS)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS : BTA_PAN_FAIL),
286 static void bta_pan_mfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result,
290 bta_pan_co_mfilt_ind(handle, indication, (tBTA_PAN_STATUS)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS : BTA_PAN_FAIL),
  /external/libvorbis/doc/
05-comment.tex 138 A short text indication of music genre
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 596 milliseconds