OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gatts_write_attr_perm_check
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/gatt/
gatt_int.h
685
extern tGATT_STATUS
gatts_write_attr_perm_check
(tGATT_SVC_DB *p_db, UINT8 op_code,UINT16 handle, UINT16 offset, UINT8 *p_data,
gatt_db.c
715
** Function
gatts_write_attr_perm_check
731
tGATT_STATUS
gatts_write_attr_perm_check
(tGATT_SVC_DB *p_db, UINT8 op_code,
function
741
GATT_TRACE_DEBUG( "
gatts_write_attr_perm_check
op_code=0x%0x handle=0x%04x offset=%d len=%d sec_flag=0x%0x key_size=%d",
758
GATT_TRACE_DEBUG( "
gatts_write_attr_perm_check
p_attr->permission =0x%04x min_key_size==0x%04x",
785
GATT_TRACE_DEBUG( "
gatts_write_attr_perm_check
- sign cmd write not allowed");
790
GATT_TRACE_ERROR( "
gatts_write_attr_perm_check
- Error!! sign cmd write sent on a encypted link");
795
GATT_TRACE_ERROR( "
gatts_write_attr_perm_check
- GATT_WRITE_NOT_PERMIT");
801
GATT_TRACE_ERROR( "
gatts_write_attr_perm_check
- GATT_INSUF_AUTHENTICATION");
806
GATT_TRACE_ERROR( "
gatts_write_attr_perm_check
- GATT_INSUF_AUTHENTICATION: MITM required");
811
GATT_TRACE_ERROR( "
gatts_write_attr_perm_check
- GATT_INSUF_ENCRYPTION")
[
all
...]
gatt_sr.c
[
all
...]
Completed in 2567 milliseconds