Searched refs:indication (Results 1 - 12 of 12) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_pan_co.h180 ** 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/
H A Dpan_int.h81 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,
H A Dpan_main.c79 ** Description This function is registered with BNEP as connection indication
234 /* If the connection indication is for the existing connection
291 PAN_TRACE_DEBUG1 ("New connection indication for handle %d", handle);
322 ** indication callback
341 PAN_TRACE_ERROR1 ("PAN State change indication for wrong handle %d", handle);
417 ** Description This function is registered with BNEP as data indication
460 PAN_TRACE_ERROR1 ("PAN Data indication for wrong handle %d", handle);
466 PAN_TRACE_ERROR2 ("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_ERROR1 ("PAN Data buffer indication fo
676 pan_proto_filt_ind_cb(UINT16 handle, BOOLEAN indication, tBNEP_RESULT result, UINT16 num_filters, UINT8 *p_filters) argument
714 pan_mcast_filt_ind_cb(UINT16 handle, BOOLEAN indication, tBNEP_RESULT result, UINT16 num_filters, UINT8 *p_filters) argument
[all...]
/external/bluetooth/bluedroid/btif/co/
H A Dbta_pan_co.c308 ** Description protocol filter indication from peer device
313 void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result, argument
323 ** Description multicast filter indication from peer device
328 void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result, argument
/external/bluetooth/bluedroid/stack/include/
H A Dbnep_api.h93 /* 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, otherwis
[all...]
H A Dpan_api.h109 /* 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/bta/pan/
H A Dbta_pan_act.c160 ** Description data indication callback from pan profile
231 static void bta_pan_pfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result, argument
235 bta_pan_co_pfilt_ind(handle, indication, (tBTA_PAN_STATUS)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS : BTA_PAN_FAIL),
252 static void bta_pan_mfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result, argument
256 bta_pan_co_mfilt_ind(handle, indication, (tBTA_PAN_STATUS)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS : BTA_PAN_FAIL),
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c585 ** Description This function sends a handle value indication to a client.
588 ** attr_handle: Attribute handle of this handle value indication.
599 tGATT_VALUE indication; local
614 indication.conn_id = conn_id;
615 indication.handle = attr_handle;
616 indication.len = val_len;
617 memcpy (indication.value, p_val, val_len);
618 indication.auth_req = GATT_AUTH_REQ_NONE;
624 GATT_TRACE_DEBUG0 ("Add a pending indication");
625 if ((p_buf = gatt_add_pending_ind(p_tcb, &indication)) !
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm69 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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm335 restrictions on versions, and an indication whether these required modules are
/external/libvorbis/doc/
H A D05-comment.tex138 A short text indication of music genre
/external/iproute2/doc/
H A Dip-cref.tex1947 In this case, it will either give a route or failure indication

Completed in 310 milliseconds