Searched defs:write_type (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_api.c649 ** write_type - type of write.
658 tBTA_GATTC_WRITE_TYPE write_type,
676 p_buf->write_type = write_type;
697 ** write_type - write type.
705 tBTA_GATTC_WRITE_TYPE write_type,
727 p_buf->write_type = write_type;
774 p_buf->write_type = BTA_GATTC_WRITE_PREPARE;
656 BTA_GATTC_WriteCharValue( UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, tBTA_GATTC_WRITE_TYPE write_type, UINT16 len, UINT8 *p_value, tBTA_GATT_AUTH_REQ auth_req) argument
703 BTA_GATTC_WriteCharDescr(UINT16 conn_id, tBTA_GATTC_CHAR_DESCR_ID *p_char_descr_id, tBTA_GATTC_WRITE_TYPE write_type, tBTA_GATT_UNFMT *p_data, tBTA_GATT_AUTH_REQ auth_req) argument
H A Dbta_gattc_int.h138 tBTA_GATTC_WRITE_TYPE write_type; member in struct:__anon538
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c128 uint8_t write_type; member in struct:__anon978
753 p_cb->write_type,
768 p_cb->write_type, &descr_val,
1051 btgatt_gatt_id_t* char_id, int write_type,
1058 btif_cb.write_type = (uint8_t) write_type;
1070 int write_type, int len, int auth_req,
1077 btif_cb.write_type = (uint8_t) write_type;
1050 btif_gattc_write_char(int conn_id, btgatt_srvc_id_t* srvc_id, btgatt_gatt_id_t* char_id, int write_type, int len, int auth_req, char* p_value) argument
1067 btif_gattc_write_char_descr(int conn_id, btgatt_srvc_id_t* srvc_id, btgatt_gatt_id_t* char_id, btgatt_gatt_id_t* descr_id, int write_type, int len, int auth_req, char* p_value) argument
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c2358 tBTA_GATTC_WRITE_TYPE write_type,
2394 write_type, /* default to use write request */
2357 bta_hh_le_write_rpt(tBTA_HH_DEV_CB *p_cb, UINT8 srvc_inst, tBTA_GATTC_WRITE_TYPE write_type, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_buf, UINT16 w4_evt ) argument
/external/kernel-headers/original/linux/
H A Dcdrom.h1074 __u8 write_type : 4; member in struct:__anon19305
1086 __u8 write_type : 4;

Completed in 129 milliseconds