Searched refs:indication (Results 1 - 8 of 8) sorted by path

/system/bt/bta/include/
H A Dbta_pan_co.h177 * Description protocol filter indication from peer device
182 extern void bta_pan_co_pfilt_ind(uint16_t handle, bool indication,
190 * Description multicast filter indication from peer device
195 extern void bta_pan_co_mfilt_ind(uint16_t handle, bool indication,
/system/bt/bta/pan/
H A Dbta_pan_act.cc163 * Description data indication callback from pan profile
216 static void bta_pan_pfilt_ind_cback(uint16_t handle, bool indication, argument
220 handle, indication,
236 static void bta_pan_mfilt_ind_cback(uint16_t handle, bool indication, argument
240 handle, indication,
/system/bt/btif/co/
H A Dbta_pan_co.cc288 * Description protocol filter indication from peer device
294 UNUSED_ATTR bool indication,
305 * Description multicast filter indication from peer device
311 UNUSED_ATTR bool indication,
293 bta_pan_co_pfilt_ind(UNUSED_ATTR uint16_t handle, UNUSED_ATTR bool indication, UNUSED_ATTR tBTA_PAN_STATUS result, UNUSED_ATTR uint16_t len, UNUSED_ATTR uint8_t* p_filters) argument
310 bta_pan_co_mfilt_ind(UNUSED_ATTR uint16_t handle, UNUSED_ATTR bool indication, UNUSED_ATTR tBTA_PAN_STATUS result, UNUSED_ATTR uint16_t len, UNUSED_ATTR uint8_t* p_filters) argument
/system/bt/stack/gatt/
H A Dgatt_api.cc477 * Description This function sends a handle value indication to a client.
481 * indication.
493 tGATT_VALUE indication; local
510 indication.conn_id = conn_id;
511 indication.handle = attr_handle;
512 indication.len = val_len;
513 memcpy(indication.value, p_val, val_len);
514 indication.auth_req = GATT_AUTH_REQ_NONE;
517 GATT_TRACE_DEBUG("Add a pending indication");
518 p_buf = gatt_add_pending_ind(p_tcb, &indication);
[all...]
/system/bt/stack/include/
H A Dbnep_api.h87 /* Connection indication callback prototype. Parameters are
97 /* Data buffer received indication callback prototype. Parameters are
110 /* Data received indication callback prototype. Parameters are
130 /* Filters received indication callback prototype. Parameters are
132 * true if the cb is called for indication
133 * Ignore this if it is indication, otherwise it is the result
143 typedef void(tBNEP_FILTER_IND_CB)(uint16_t handle, bool indication,
147 /* Multicast Filters received indication callback prototype. Parameters are
149 * true if the cb is called for indication
150 * Ignore this if it is indication, otherwis
[all...]
H A Dpan_api.h110 /* Data received indication callback prototype. Parameters are
125 /* Data buffer received indication callback prototype. Parameters are
145 /* Filters received indication callback prototype. Parameters are
147 * true if the cb is called for indication
148 * Ignore this if it is indication, otherwise it is the result
158 typedef void(tPAN_FILTER_IND_CB)(uint16_t handle, bool indication,
162 /* Multicast Filters received indication callback prototype. Parameters are
164 * true if the cb is called for indication
165 * Ignore this if it is indication, otherwise it is the result
174 typedef void(tPAN_MFILTER_IND_CB)(uint16_t handle, bool indication,
[all...]
/system/bt/stack/pan/
H A Dpan_int.h79 pan_pfilt_ind_cb; /* protocol filter indication callback */
81 pan_mfilt_ind_cb; /* multicast filter indication callback */
111 void pan_proto_filt_ind_cb(uint16_t handle, bool indication,
114 void pan_mcast_filt_ind_cb(uint16_t handle, bool indication,
H A Dpan_main.cc77 * indication callback. BNEP will call this when there is
225 /* If the connection indication is for the existing connection
276 PAN_TRACE_DEBUG("New connection indication for handle %d", handle);
306 * indication callback
325 PAN_TRACE_ERROR("PAN State change indication for wrong handle %d", handle);
399 * Description This function is registered with BNEP as data indication
436 PAN_TRACE_ERROR("PAN Data indication for wrong handle %d", handle);
441 PAN_TRACE_ERROR("PAN Data indication in wrong state %d for handle %d",
494 * indication callback. BNEP will call this when the peer sends
520 PAN_TRACE_ERROR("PAN Data buffer indication fo
642 pan_proto_filt_ind_cb(uint16_t handle, bool indication, tBNEP_RESULT result, uint16_t num_filters, uint8_t* p_filters) argument
676 pan_mcast_filt_ind_cb(uint16_t handle, bool indication, tBNEP_RESULT result, uint16_t num_filters, uint8_t* p_filters) argument
[all...]

Completed in 171 milliseconds