Searched refs:write_type (Results 1 - 6 of 6) sorted by relevance
/system/bt/bta/gatt/ |
H A D | bta_gattc_api.c | 677 ** write_type - type of write. 686 tBTA_GATTC_WRITE_TYPE write_type, 704 p_buf->write_type = write_type; 725 ** write_type - write type. 733 tBTA_GATTC_WRITE_TYPE write_type, 755 p_buf->write_type = write_type; 802 p_buf->write_type = BTA_GATTC_WRITE_PREPARE; 684 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 731 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 D | bta_gattc_int.h | 142 tBTA_GATTC_WRITE_TYPE write_type; member in struct:__anon154
|
H A D | bta_gattc_act.c | 1233 status = GATTC_Write(p_clcb->bta_conn_id, p_data->api_write.write_type, &attr); 1411 p_clcb->p_q_cmd->api_write.write_type == BTA_GATTC_WRITE_PREPARE)
|
/system/bt/btif/src/ |
H A D | btif_gatt_client.c | 201 uint8_t write_type; member in struct:__anon659 1393 p_cb->write_type, 1408 p_cb->write_type, &descr_val, 1992 btgatt_gatt_id_t* char_id, int write_type, 1999 btif_cb.write_type = (uint8_t) write_type; 2011 int write_type, int len, int auth_req, 2018 btif_cb.write_type = (uint8_t) write_type; 1991 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 2008 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
|
/system/bt/bta/include/ |
H A D | bta_gatt_api.h | 926 ** write_type - type of write. 935 tBTA_GATTC_WRITE_TYPE write_type, 948 ** write_type - type of write. 956 tBTA_GATTC_WRITE_TYPE write_type,
|
/system/bt/bta/hh/ |
H A D | bta_hh_le.c | 2542 tBTA_GATTC_WRITE_TYPE write_type, 2579 write_type, /* default to use write request */ 2541 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
|
Completed in 1008 milliseconds