Searched refs:op_code (Results 26 - 50 of 82) sorted by relevance

1234

/external/bluetooth/bluedroid/stack/include/
H A Dmca_api.h130 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon1302
136 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon1303
143 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon1304
151 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon1305
H A Duipc_msg.h51 /* op_code */
114 /* op_code */
127 UINT8 op_code; member in struct:__anon1348
147 /* op_code */
170 UINT8 op_code; /* L2C_SYNC_TO_LITE_REQ */ member in struct:t_l2c_sync_to_lite_req
190 UINT8 op_code; /* L2C_SYNC_TO_LITE_RESP */ member in struct:t_l2c_sync_to_lite_resp
198 UINT8 op_code; /* L2C_REMOVE_TO_LITE_REQ */ member in struct:t_l2c_remove_to_lite_req
209 UINT8 op_code; member in union:t_l2c_sync_msg
223 /* op_code */
270 UINT8 op_code; member in struct:t_avdt_sync_info
279 UINT8 op_code; member in union:t_avdt_sync_msg
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_pax_common.h23 u8 op_code; member in struct:eap_pax_hdr
36 /* op_code: */
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_i.h227 enum wsc_op_code *op_code);
229 enum wsc_op_code op_code,
234 enum wsc_op_code *op_code);
236 enum wsc_op_code op_code,
H A Dwps.h156 enum wsc_op_code op_code,
159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_i.h187 enum wsc_op_code *op_code);
189 enum wsc_op_code op_code,
194 enum wsc_op_code *op_code);
196 enum wsc_op_code op_code,
H A Dwps.c170 * @op_code: Message OP Code
180 enum wsc_op_code op_code,
184 return wps_registrar_process_msg(wps, op_code, msg);
186 return wps_enrollee_process_msg(wps, op_code, msg);
193 * @op_code: Buffer for returning message OP Code
199 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
202 return wps_registrar_get_msg(wps, op_code);
204 return wps_enrollee_get_msg(wps, op_code);
179 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
H A Dwps_enrollee.c413 enum wsc_op_code *op_code)
420 *op_code = WSC_MSG;
424 *op_code = WSC_MSG;
428 *op_code = WSC_MSG;
432 *op_code = WSC_MSG;
437 *op_code = WSC_NACK;
441 *op_code = WSC_ACK;
449 *op_code = WSC_NACK;
453 *op_code = WSC_Done;
462 if (*op_code
412 wps_enrollee_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
1347 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
/external/wpa_supplicant_8/src/wps/
H A Dwps_i.h187 enum wsc_op_code *op_code);
189 enum wsc_op_code op_code,
194 enum wsc_op_code *op_code);
196 enum wsc_op_code op_code,
H A Dwps.c170 * @op_code: Message OP Code
180 enum wsc_op_code op_code,
184 return wps_registrar_process_msg(wps, op_code, msg);
186 return wps_enrollee_process_msg(wps, op_code, msg);
193 * @op_code: Buffer for returning message OP Code
199 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
202 return wps_registrar_get_msg(wps, op_code);
204 return wps_enrollee_get_msg(wps, op_code);
179 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
H A Dwps_enrollee.c413 enum wsc_op_code *op_code)
420 *op_code = WSC_MSG;
424 *op_code = WSC_MSG;
428 *op_code = WSC_MSG;
432 *op_code = WSC_MSG;
437 *op_code = WSC_NACK;
441 *op_code = WSC_ACK;
449 *op_code = WSC_NACK;
453 *op_code = WSC_Done;
462 if (*op_code
412 wps_enrollee_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
1347 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_i.h187 enum wsc_op_code *op_code);
189 enum wsc_op_code op_code,
194 enum wsc_op_code *op_code);
196 enum wsc_op_code op_code,
H A Dwps.c170 * @op_code: Message OP Code
180 enum wsc_op_code op_code,
184 return wps_registrar_process_msg(wps, op_code, msg);
186 return wps_enrollee_process_msg(wps, op_code, msg);
193 * @op_code: Buffer for returning message OP Code
199 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
202 return wps_registrar_get_msg(wps, op_code);
204 return wps_enrollee_get_msg(wps, op_code);
179 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
H A Dwps_enrollee.c413 enum wsc_op_code *op_code)
420 *op_code = WSC_MSG;
424 *op_code = WSC_MSG;
428 *op_code = WSC_MSG;
432 *op_code = WSC_MSG;
437 *op_code = WSC_NACK;
441 *op_code = WSC_ACK;
449 *op_code = WSC_NACK;
453 *op_code = WSC_Done;
462 if (*op_code
412 wps_enrollee_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
1347 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c45 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code,
316 UINT8 op_code,
364 status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, 0, trans_id);
601 UINT8 op_code,
622 (BOOLEAN)(op_code == GATT_REQ_READ_BLOB),
627 status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, offset, trans_id);
692 ** op_code:op code of this write.
703 tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code, argument
713 GATT_TRACE_DEBUG6( "gatts_write_attr_perm_check op_code=0x%0x handle=0x%04x offset=%d len=%d sec_flag=0x%0x key_size=%d",
714 op_code, handl
314 gatts_db_read_attr_value_by_type(tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle, UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size, UINT32 trans_id, UINT16 *p_cur_handle) argument
599 gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, UINT16 handle, UINT16 offset, UINT8 *p_value, UINT16 *p_len, UINT16 mtu, tGATT_SEC_FLAG sec_flag, UINT8 key_size, UINT32 trans_id) argument
1066 gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle, UINT16 offset, UINT32 trans_id) argument
[all...]
H A Dgatt_main.c856 UINT8 op_code, pseudo_op_code; local
863 STREAM_TO_UINT8(op_code, p);
866 pseudo_op_code = op_code & (~GATT_WRITE_CMD_MASK);
870 if (op_code == GATT_SIGN_CMD_WRITE)
878 if ((op_code % 2) == 0)
879 gatt_server_handle_client_req (p_tcb, op_code, msg_len, p);
881 gatt_client_handle_server_rsp (p_tcb, op_code, msg_len, p);
886 GATT_TRACE_ERROR1 ("ATT - Rcvd L2CAP data, unknown cmd: 0x%x", op_code);
H A Dgatt_auth.c98 UINT8 op_code; local
108 STREAM_TO_UINT8(op_code, p_orig);
109 gatt_server_handle_client_req (p_tcb, op_code, (UINT16)(p_buf->len - 1), p_orig);
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_api.c471 p_evt_data->op_code = MCA_OP_MDL_CREATE_REQ;
520 && (p_ccb->p_rx_msg->mdl_id == mdl_id) && (p_ccb->p_rx_msg->op_code == MCA_OP_MDL_CREATE_REQ))
545 evt_data.op_code = MCA_OP_MDL_CREATE_RSP;
642 p_evt_data->op_code = MCA_OP_MDL_RECONNECT_REQ;
686 (p_ccb->p_rx_msg->op_code == MCA_OP_MDL_RECONNECT_REQ))
709 evt_data.op_code = MCA_OP_MDL_RECONNECT_RSP;
811 p_evt_data->op_code = MCA_OP_MDL_ABORT_REQ;
855 p_evt_data->op_code = MCA_OP_MDL_DELETE_REQ;
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_nci.c526 UINT8 mt, pbf, gid, op_code; local
544 NCI_MSG_PRS_HDR1 (p, op_code);
564 if (op_code == NCI_MSG_HCI_NETWK)
574 if (op_code == NCI_MSG_RF_INTF_ACTIVATED)
593 if (op_code == NCI_MSG_CORE_CONN_CREATE)
665 UINT8 mt, pbf, gid, op_code; local
674 NCI_MSG_PRS_HDR1 (p, op_code);
680 if (op_code == NCI_MSG_CORE_CONN_CREATE)
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_pax.c101 u8 id, u8 op_code, size_t plen)
112 pax->op_code = op_code;
351 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
354 req->op_code, req->flags, req->mac_id, req->dh_group_id,
416 if (req->op_code == EAP_PAX_OP_STD_1) {
439 switch (req->op_code) {
448 "op_code %d", req->op_code);
100 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen)
105 pax->op_code = op_code;
344 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
347 req->op_code, req->flags, req->mac_id, req->dh_group_id,
409 if (req->op_code == EAP_PAX_OP_STD_1) {
432 switch (req->op_code) {
441 "op_code %d", req->op_code);
93 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen)
105 pax->op_code = op_code;
344 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
347 req->op_code, req->flags, req->mac_id, req->dh_group_id,
409 if (req->op_code == EAP_PAX_OP_STD_1) {
432 switch (req->op_code) {
441 "op_code %d", req->op_code);
93 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument

Completed in 500 milliseconds

1234